rename performance timer

This commit is contained in:
Triplelexx 2018-04-09 18:24:20 +01:00
parent aef0c29a31
commit 883cd7b8d0

View file

@ -5586,7 +5586,7 @@ void Application::update(float deltaTime) {
});
{
PerformanceTimer perfTimer("limitless");
PerformanceTimer perfTimer("AnimDebugDraw");
AnimDebugDraw::getInstance().update();
}