* unzoom from mouse pointer in 2D and 3D

This commit is contained in:
Garux
2020-06-13 20:58:10 +03:00
parent cc1f7ecd76
commit 5977a04550
5 changed files with 69 additions and 54 deletions

View File

@@ -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 ){
}