Remove warnings (#2999)

* Remove warnings for MSVC, GCC, and Clang 17
This commit is contained in:
Alexander Bock
2024-01-18 09:58:20 +01:00
committed by GitHub
parent 9959c2b94c
commit 27608634b2
26 changed files with 39 additions and 196 deletions

View File

@@ -593,7 +593,7 @@ void RenderableModel::initializeGL() {
}
// Set animation settings
_geometry->setTimeScale(_animationTimeScale);
_geometry->setTimeScale(static_cast<float>(_animationTimeScale));
}
// Initialize shaders