test modes kinematics

This commit is contained in:
jingyuc
2021-07-14 16:00:28 -04:00
parent fa00ee2bbd
commit f1e86bf257
8 changed files with 267 additions and 102 deletions

View File

@@ -96,7 +96,7 @@ int main(int argc, char* argv[])
else
{
clock.reset();
exampleBrowser->update(deltaTimeInSeconds);
exampleBrowser->update(1.0);
}
} while (!exampleBrowser->requestedExit() && !interrupted);
}