diff --git a/src/map/IMG/light.h b/src/map/IMG/light.h index f968de21..276d623d 100644 --- a/src/map/IMG/light.h +++ b/src/map/IMG/light.h @@ -48,8 +48,8 @@ private: #ifndef QT_NO_DEBUG inline QDebug operator<<(QDebug dbg, const IMG::Light::Sector §or) { - dbg.nospace() << "Sector(" << sector.color << ", " << sector.angle - << ", " << sector.range << ")"; + dbg.nospace() << "Sector(" << sector.color() << ", " << sector.angle() + << ", " << sector.range() << ")"; return dbg.space(); }