better name for listener property
This commit is contained in:
parent
6cfdb3e4b3
commit
0f68e8dc1f
1 changed files with 1 additions and 1 deletions
|
@ -225,7 +225,7 @@ FGModelMgr::Instance::~Instance ()
|
||||||
void
|
void
|
||||||
FGModelMgr::Listener::childAdded(SGPropertyNode * parent, SGPropertyNode * child)
|
FGModelMgr::Listener::childAdded(SGPropertyNode * parent, SGPropertyNode * child)
|
||||||
{
|
{
|
||||||
if (strcmp(parent->getName(), "model") || strcmp(child->getName(), "add"))
|
if (strcmp(parent->getName(), "model") || strcmp(child->getName(), "load"))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
|
Loading…
Add table
Reference in a new issue