mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
removed to allow create server side "TSShape and PhysicsCollisionRef"
This commit is contained in:
parent
17df1362bd
commit
4936567c0d
1 changed files with 0 additions and 2 deletions
|
|
@ -272,8 +272,6 @@ bool PhysicsShapeData::preload( bool server, String &errorBuffer )
|
|||
if ( !Parent::preload( server, errorBuffer ) )
|
||||
return false;
|
||||
|
||||
if( server ) return true;
|
||||
|
||||
// If we don't have a physics plugin active then
|
||||
// we have to fail completely.
|
||||
if ( !PHYSICSMGR )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue