Explorar o código

Graph: Flip constants fixed

Arthur Yefimov %!s(int64=3) %!d(string=hai) anos
pai
achega
dced77979c
Modificáronse 1 ficheiros con 2 adicións e 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;