From 339c57e0b2904a3c3546cd23d8b727066b69112b Mon Sep 17 00:00:00 2001 From: ThorstenB Date: Sat, 19 Nov 2011 22:37:13 +0100 Subject: [PATCH] Adapt path of performance-monitor properties. --- src/Main/fg_init.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.5