浏览代码

Fix vertical flip

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@33651 15284696-431f-4ddb-bdfa-cd5b030d7da7
Glynn Clements 16 年之前
父节点
当前提交
6948279b99
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      display/d.graph/main.c

+ 1 - 1
display/d.graph/main.c

@@ -118,7 +118,7 @@ int main(int argc, char **argv)
 	D_setup(0);
     }
     else {
-	D_setup2(0, 0, 0, 100, 0, 100);
+	D_setup2(0, 0, 100, 0, 0, 100);
 	mapunits = FALSE;
     }