]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - radiant/camwindow.h
Merge commit '8d6828cd68e9104c2c68b962b341b4f572b4bc38' into master-merge
[xonotic/netradiant.git] / radiant / camwindow.h
index 4bb850806fe9798a80bcbd12ea2741b2c52f21b5..d5e76f9207b6f67cf419d07c91b285d2110f12b5 100644 (file)
@@ -65,10 +65,13 @@ struct camwindow_globals_t
 
        int m_nCubicScale;
 
+       bool m_bZoomInToPointer;
+
        camwindow_globals_t() :
                color_cameraback( 0.25f, 0.25f, 0.25f ),
                color_selbrushes3d( 1.0f, 0.f, 0.f ),
-               m_nCubicScale( 26 ){
+               m_nCubicScale( 26 ),
+               m_bZoomInToPointer( true ){
        }
 
 };