mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 08:21:24 +02: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();
|
AnimDebugDraw::getInstance().update();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue