mirror of
https://github.com/lubosz/overte.git
synced 2025-08-08 03:08:00 +02:00
Removed gcc warning.
This commit is contained in:
parent
0b1e321ccf
commit
5b1f8e83d4
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ public:
|
||||||
Index findLight(const LightPointer& light) const;
|
Index findLight(const LightPointer& light) const;
|
||||||
Index addLight(const LightPointer& light, const bool shouldSetAsDefault = false);
|
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);
|
Index addShadow(Index lightIndex, float maxDistance = 20.0f, unsigned int cascadeCount = 1U);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue