|
@@ -570,7 +570,7 @@ bool PxMultiActorData::preload( bool server, String &errorBuffer )
|
|
|
|
|
|
// Register for file change notification to reload the collection
|
|
// Register for file change notification to reload the collection
|
|
if ( server )
|
|
if ( server )
|
|
- FS::AddChangeNotification( physXStream, this, &PxMultiActorData::_onFileChanged );
|
|
|
|
|
|
+ Torque::FS::AddChangeNotification( physXStream, this, &PxMultiActorData::_onFileChanged );
|
|
|
|
|
|
return true;
|
|
return true;
|
|
}
|
|
}
|
|
@@ -2648,4 +2648,4 @@ ConsoleMethod( PxMultiActorData, reload, void, 2, 2, ""
|
|
"If the reload sucessfully completes, all PxMultiActor's will be notified.\n\n")
|
|
"If the reload sucessfully completes, all PxMultiActor's will be notified.\n\n")
|
|
{
|
|
{
|
|
object->reload();
|
|
object->reload();
|
|
-}
|
|
|
|
|
|
+}
|