Преглед на файлове

Merge pull request #518 from robertsim007/patch-1

Update pxMultiActor.cpp (fixed)
David Wyand преди 12 години
родител
ревизия
c09b2408e3
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      Engine/source/T3D/physics/physx/pxMultiActor.cpp

+ 2 - 2
Engine/source/T3D/physics/physx/pxMultiActor.cpp

@@ -570,7 +570,7 @@ bool PxMultiActorData::preload( bool server, String &errorBuffer )
 
    // Register for file change notification to reload the collection
    if ( server )
-      FS::AddChangeNotification( physXStream, this, &PxMultiActorData::_onFileChanged );
+      Torque::FS::AddChangeNotification( physXStream, this, &PxMultiActorData::_onFileChanged );
 
    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")
 {
    object->reload();
-}
+}