Fixes to compile with clang

This commit is contained in:
Eduardo Bart
2013-01-29 14:35:20 -02:00
parent 4751941e4f
commit 8d6ccb8d83
8 changed files with 9 additions and 9 deletions

View File

@@ -51,7 +51,6 @@ private:
TexturePtr m_lightTexture;
FrameBufferPtr m_lightbuffer;
MapView* m_mapView;
Light m_globalLight;
std::vector<LightSource> m_lightMap;
};