mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-08 16:12:12 +02:00
add back the Application getter in ApplicationOverlay
This commit is contained in:
parent
67c21be5dc
commit
ef82b90b89
1 changed files with 2 additions and 0 deletions
|
@ -896,6 +896,8 @@ void ApplicationOverlay::renderAudioMeter() {
|
|||
}
|
||||
|
||||
void ApplicationOverlay::renderStatsAndLogs() {
|
||||
Application* application = Application::getInstance();
|
||||
|
||||
auto glCanvas = DependencyManager::get<GLCanvas>();
|
||||
const OctreePacketProcessor& octreePacketProcessor = application->getOctreePacketProcessor();
|
||||
NodeBounds& nodeBoundsDisplay = application->getNodeBoundsDisplay();
|
||||
|
|
Loading…
Reference in a new issue