mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-29 00:05:40 +00:00
prune testcode interfering with animations within the same models
This commit is contained in:
parent
76f9e51c69
commit
0bd770fa92
1 changed files with 0 additions and 6 deletions
|
|
@ -402,12 +402,6 @@ bool TSShapeConstructor::onAdd()
|
||||||
if ( !Parent::onAdd() )
|
if ( !Parent::onAdd() )
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
static const U32 bufSize = 512;
|
|
||||||
char* buf = Con::getReturnBuffer(bufSize);
|
|
||||||
Platform::makeFullPathName(mShapePath, buf, bufSize, NULL);
|
|
||||||
|
|
||||||
mShapePath = buf;
|
|
||||||
|
|
||||||
// Prevent multiple objects pointing at the same shape file
|
// Prevent multiple objects pointing at the same shape file
|
||||||
TSShapeConstructor* tss = findShapeConstructor( mShapePath );
|
TSShapeConstructor* tss = findShapeConstructor( mShapePath );
|
||||||
if ( tss )
|
if ( tss )
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue