mirror of
https://github.com/overte-org/overte.git
synced 2025-04-16 05:48:39 +02:00
Fixing typo
This commit is contained in:
parent
446f800aee
commit
214405a0e5
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue