Fix warnings

This commit is contained in:
SirLynix
2023-03-09 17:51:29 +01:00
parent b0b9c61558
commit faa16380df
4 changed files with 4 additions and 4 deletions

View File

@@ -118,7 +118,7 @@ int main()
Nz::PidController<Nz::Vector3f> headingController(0.5f, 0.f, 0.05f);
Nz::PidController<Nz::Vector3f> upController(1.f, 0.f, 0.1f);
app.AddUpdater([&](Nz::Time elapsedTime)
app.AddUpdater([&](Nz::Time /*elapsedTime*/)
{
fps++;