EgtExecutor :

- Zoom In/Out con coefficienti 1/2 e 2.
This commit is contained in:
Dario Sassi
2021-03-26 16:55:56 +00:00
parent 255fb1e063
commit 889cd44867
+1 -1
View File
@@ -481,7 +481,7 @@ ExeZoom( int nZoom, bool bRedraw)
IEGrScene* pScene = GetCurrScene() ;
VERIFY_SCENE( pScene, false)
const double COEFF_IN = 0.9 ;
const double COEFF_IN = 0.5 ;
const double COEFF_OUT = 1 / COEFF_IN ;
switch ( nZoom) {