Removed gcc warning.

This commit is contained in:
Nissim Hadar 2018-01-09 15:46:15 -08:00
parent 0b1e321ccf
commit 5b1f8e83d4

View file

@ -120,7 +120,7 @@ public:
Index findLight(const LightPointer& light) const;
Index addLight(const LightPointer& light, const bool shouldSetAsDefault = false);
const Index getDefaultLight() const { return _defaultLightId; }
Index getDefaultLight() { return _defaultLightId; }
Index addShadow(Index lightIndex, float maxDistance = 20.0f, unsigned int cascadeCount = 1U);