InteriorResource uses same signature as TSShape?
by Manoel Neto · in Torque 3D Professional · 08/18/2009 (5:33 pm) · 2 replies
Is this on purpose? I've seen no problems, but better safe than sorry, so I'll flag as a bug.
template<> ResourceBase::Signature Resource<InteriorResource>::signature()
{
return MakeFourCC('t','s','s','h');
}template<> ResourceBase::Signature Resource<TSShape>::signature()
{
return MakeFourCC('t','s','s','h');
}About the author
Recent Threads
#2
Fixed in the next version of Torque 3D.
08/24/2009 (3:57 am)
My bad...that snuck in when I was investigating making Interior load as a specialized TSShape.Fixed in the next version of Torque 3D.
Torque 3D Owner Kenneth Holst
Default Studio Name