mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-16 22:30:42 +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 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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue