]> git.mxchange.org Git - flightgear.git/commitdiff
Adapt path of performance-monitor properties.
authorThorstenB <brehmt@gmail.com>
Sat, 19 Nov 2011 21:37:13 +0000 (22:37 +0100)
committerThorstenB <brehmt@gmail.com>
Sat, 19 Nov 2011 21:37:13 +0000 (22:37 +0100)
src/Main/fg_init.cxx

index 7e842f9baf8f7cf90e9228150c641e98fdd6faf3..8d01e88e66fd7588044e0be827eead47eaf0deb8 100644 (file)
@@ -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.