Fix warnings
This commit is contained in:
@@ -377,7 +377,7 @@ int main()
|
||||
playerRotNode.SetRotation(camAngles);
|
||||
});
|
||||
|
||||
app.AddUpdater([&](Nz::Time elapsedTime)
|
||||
app.AddUpdater([&](Nz::Time /*elapsedTime*/)
|
||||
{
|
||||
if (std::optional<Nz::Time> deltaTime = updateClock.RestartIfOver(Nz::Time::TickDuration(60)))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user