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

@@ -55,7 +55,7 @@ int main()
sound.Play();
Nz::MillisecondClock clock;
app.AddUpdater([&](Nz::Time elapsedTime)
app.AddUpdater([&](Nz::Time /*elapsedTime*/)
{
std::this_thread::sleep_for(std::chrono::milliseconds(1000 / 30));