Adapt path of performance-monitor properties.
This commit is contained in:
parent
03c966de13
commit
339c57e0b2
1 changed files with 1 additions and 1 deletions
|
@ -1206,7 +1206,7 @@ bool fgInitSubsystems() {
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
globals->add_subsystem("performance-mon",
|
globals->add_subsystem("performance-mon",
|
||||||
new SGPerformanceMonitor(globals->get_subsystem_mgr(),
|
new SGPerformanceMonitor(globals->get_subsystem_mgr(),
|
||||||
fgGetNode("/sim/performance", true)));
|
fgGetNode("/sim/performance-monitor", true)));
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
// Initialize the material property subsystem.
|
// Initialize the material property subsystem.
|
||||||
|
|
Loading…
Add table
Reference in a new issue