Game Development Community

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');
}

#1
08/19/2009 (3:30 pm)
Logged as potential bug. THREED-688.
#2
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.