add back the Application getter in ApplicationOverlay

This commit is contained in:
Stephen Birarda 2015-02-02 17:19:33 -08:00
parent 67c21be5dc
commit ef82b90b89

View file

@ -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();