From 883cd7b8d00e0a1cb529a32a1bbb91bc9b25bceb Mon Sep 17 00:00:00 2001 From: Triplelexx Date: Mon, 9 Apr 2018 18:24:20 +0100 Subject: [PATCH] rename performance timer --- interface/src/Application.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/src/Application.cpp b/interface/src/Application.cpp index 820f231d4a..59783f223b 100644 --- a/interface/src/Application.cpp +++ b/interface/src/Application.cpp @@ -5586,7 +5586,7 @@ void Application::update(float deltaTime) { }); { - PerformanceTimer perfTimer("limitless"); + PerformanceTimer perfTimer("AnimDebugDraw"); AnimDebugDraw::getInstance().update(); }