prune testcode interfering with animations within the same models

This commit is contained in:
AzaezelX 2019-12-01 20:00:27 -06:00
parent 76f9e51c69
commit 0bd770fa92

View file

@ -402,12 +402,6 @@ bool TSShapeConstructor::onAdd()
if ( !Parent::onAdd() )
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
TSShapeConstructor* tss = findShapeConstructor( mShapePath );
if ( tss )