1
0
Fork 0

Fix a property path.

This commit is contained in:
ehofman 2004-12-19 14:32:39 +00:00
parent def25f39d5
commit 93e6ebf116

View file

@ -286,7 +286,7 @@ float get_view_direction( void )
float get_dme( void ) float get_dme( void )
{ {
static const SGPropertyNode * dme_node = static const SGPropertyNode * dme_node =
fgGetNode("/radios/dme/distance-nm"); fgGetNode("/instrumentation/dme/indicated-distance-nm");
return dme_node->getFloatValue(); return dme_node->getFloatValue();
} }