mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-12 19:31:41 +00:00
Merge pull request #2108 from Azaezel/reskinRedux
allows for arbitrary reskinning
This commit is contained in:
commit
1f2847bc11
5 changed files with 13 additions and 7 deletions
|
|
@ -537,6 +537,7 @@ void TSStatic::reSkin()
|
|||
{
|
||||
if ( isGhost() && mShapeInstance && mSkinNameHandle.isValidString() )
|
||||
{
|
||||
mShapeInstance->resetMaterialList();
|
||||
Vector<String> skins;
|
||||
String(mSkinNameHandle.getString()).split( ";", skins );
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue