Game Development Community

Cannot see Debug Banner

by Nicolas Stohler · in Torque Game Builder · 04/05/2006 (2:18 pm) · 1 replies

new t2dSceneGraph( t2dScene );          // Create t2dSceneGraph.
t2dScene.setDebugOn( BIT(0) );
I'm using the above code to enable the debug banner (
tdn.garagegames.com/wiki/Torque_2D/Debug_Banner), but it does not get displayed! My objects all display the green sprite borders around them, but the banner is nowhere to be seen!

#1
04/05/2006 (2:57 pm)
The syntax got changed. Use t2dScene.setDebugOn(0);