misc...
	* extradebug_quicker BUILD mode (defines _DEBUG_QUICKER = no slowing down debug renderables)
	* draw bbox for having model + selected entities
This commit is contained in:
Garux
2017-08-02 09:32:49 +03:00
parent 969b901abe
commit bc5dcc1699
13 changed files with 52 additions and 17 deletions

View File

@@ -156,7 +156,7 @@ inline float angle_between( const Vector3& a, const Vector3& b ){
}
#if defined( _DEBUG )
#if defined( _DEBUG ) && !defined( _DEBUG_QUICKER )
class test_quat
{
public:
@@ -626,7 +626,7 @@ void add_one(){
}
};
#if defined( _DEBUG )
#if defined( _DEBUG ) && !defined( _DEBUG_QUICKER )
#define DEBUG_SELECTION
#endif