1
0
Fork 0

Adapt path of performance-monitor properties.

This commit is contained in:
ThorstenB 2011-11-19 22:37:13 +01:00
parent 03c966de13
commit 339c57e0b2

View 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.