浏览代码

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;