Fixed warnings.

This commit is contained in:
Leonardo Zide
2025-12-18 16:18:45 -03:00
parent 6984b53990
commit 4e49d4d0cc
6 changed files with 81 additions and 69 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ lcLight::lcLight(const lcVector3& Position, lcLightType LightType)
mPosition.SetValue(Position);
UpdatePosition(1);
lcLight::UpdatePosition(1);
}
void lcLight::CopyProperties(const lcLight& Other)