mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
rename performance timer
This commit is contained in:
parent
aef0c29a31
commit
883cd7b8d0
1 changed files with 1 additions and 1 deletions
|
@ -5586,7 +5586,7 @@ void Application::update(float deltaTime) {
|
|||
});
|
||||
|
||||
{
|
||||
PerformanceTimer perfTimer("limitless");
|
||||
PerformanceTimer perfTimer("AnimDebugDraw");
|
||||
AnimDebugDraw::getInstance().update();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue