Explorar el Código

Graph: Flip constants fixed

Arthur Yefimov hace 3 años
padre
commit
dced77979c
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/Graph.Mod

+ 2 - 2
src/Graph.Mod

@@ -42,8 +42,8 @@ CONST
   realZoom = 2; (* The zoom value is not an integer, i.e. 2.5x *)
 
   (* Flip flags for DrawFlip, DrawEx etc. *)
-  flipHor*  = 1;
-  flipVert* = 2;
+  flipHor*  = 0;
+  flipVert* = 1;
 
   (* Key Codes *)
   kA*          = 1;