EgtExecutor :
- Zoom In/Out con coefficienti 1/2 e 2.
This commit is contained in:
+1
-1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user