From 0bd770fa928d7a13044779a2eda63a56ba66f511 Mon Sep 17 00:00:00 2001 From: AzaezelX Date: Sun, 1 Dec 2019 20:00:27 -0600 Subject: [PATCH] prune testcode interfering with animations within the same models --- Engine/source/ts/tsShapeConstruct.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Engine/source/ts/tsShapeConstruct.cpp b/Engine/source/ts/tsShapeConstruct.cpp index 03a2d3757..ca40b142d 100644 --- a/Engine/source/ts/tsShapeConstruct.cpp +++ b/Engine/source/ts/tsShapeConstruct.cpp @@ -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 )