From: ThorstenB Date: Sat, 19 Nov 2011 21:37:13 +0000 (+0100) Subject: Adapt path of performance-monitor properties. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=339c57e0b2904a3c3546cd23d8b727066b69112b;p=flightgear.git Adapt path of performance-monitor properties. --- diff --git a/src/Main/fg_init.cxx b/src/Main/fg_init.cxx index 7e842f9ba..8d01e88e6 100644 --- a/src/Main/fg_init.cxx +++ b/src/Main/fg_init.cxx @@ -1206,7 +1206,7 @@ bool fgInitSubsystems() { //////////////////////////////////////////////////////////////////// globals->add_subsystem("performance-mon", new SGPerformanceMonitor(globals->get_subsystem_mgr(), - fgGetNode("/sim/performance", true))); + fgGetNode("/sim/performance-monitor", true))); //////////////////////////////////////////////////////////////////// // Initialize the material property subsystem.