mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-12 15:14:35 +00:00
Merge pull request #518 from robertsim007/patch-1
Update pxMultiActor.cpp (fixed)
This commit is contained in:
commit
c09b2408e3
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue