removed to allow create server side "TSShape and PhysicsCollisionRef"

This commit is contained in:
John3 2016-07-15 19:45:17 -05:00
parent 17df1362bd
commit 4936567c0d

View file

@ -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 )