Fixing typo

This commit is contained in:
Brad Davis 2015-07-09 16:06:27 -07:00
parent 446f800aee
commit 214405a0e5

View file

@ -962,7 +962,7 @@ void Application::paintGL() {
} else if (TV3DManager::isConnected()) {
TV3DManager::display(&renderArgs, _myCamera);
} else {
PROFILE_RANGE(__function__ "/mainRender");
PROFILE_RANGE(__FUNCTION__ "/mainRender");
DependencyManager::get<GlowEffect>()->prepare(&renderArgs);