* unzoom from mouse pointer in 2D and 3D
This commit is contained in:
@@ -72,15 +72,12 @@ struct camwindow_globals_t
|
||||
|
||||
int m_nCubicScale;
|
||||
|
||||
bool m_bZoomInToPointer;
|
||||
|
||||
bool m_showStats;
|
||||
|
||||
camwindow_globals_t() :
|
||||
color_cameraback( 0.25f, 0.25f, 0.25f ),
|
||||
color_selbrushes3d( 1.0f, 0.f, 0.f ),
|
||||
m_nCubicScale( 14 ),
|
||||
m_bZoomInToPointer( true ),
|
||||
m_showStats( false ){
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user