SSTU - Shadow Space Technologies Unlimited

SSTU - Shadow Space Technologies Unlimited

98.5k Downloads

Ship Core - Custom Fuel tanks - Texture resets when tank mesh is swapped

shadowmage45 opened this issue ยท 0 comments

commented

Forgot to re-initialize the texture set when models are swapped. Previously the texture-set ran on the entire set of pre-populated but disabled meshes under the root model. As models are now loaded on demand and removed, all newly cloned models will need the texture re-initialized/re-set.

Should be a fairly easy fix; just need to call the updateTexture/setTexture/enableTexture method whenever tank geometry changes.