DIFF

DebugTextFlags.c


/*!
\addtogroup Debug
\{
*/

enum DebugTextFlags
{
	DEFAULT,
	CENTER,
	FACE_CAMERA,
	ONCE,
	IN_WORLD,
	//! disable automatic position scaling, always present on world-space debug texts
	DONT_SCALE_POS,
	//! disable both automatic position and size scaling
	DONT_SCALE,
}

/*!
\}
*/