Преглед изворни кода

Graph: Flip constants fixed

Arthur Yefimov пре 3 година
родитељ
комит
dced77979c
1 измењених фајлова са 2 додато и 2 уклоњено
  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;