Editor crash bug + fix - 1.4.2
by Skylar Kelty · in Torque Game Engine · 09/13/2006 (9:17 am) · 0 replies
Hi,
I have a MAJOR problem where the editors wont open with the new platformfont's types
1.4
1.4.2
with the new values I get set::object out of range and a crash when loading the editors, but everything works fine with the old values
I have a MAJOR problem where the editors wont open with the new platformfont's types
1.4
U8 xOffset;
U8 yOffset;
U8 width;
U8 height;
S8 xOrigin;
S8 yOrigin;
S8 xIncrement;1.4.2
U32 xOffset;
U32 yOffset;
U32 width;
U32 height;
S32 xOrigin;
S32 yOrigin;
S32 xIncrement;with the new values I get set::object out of range and a crash when loading the editors, but everything works fine with the old values
About the author