Selaa lähdekoodia

Fix vertical flip

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@33651 15284696-431f-4ddb-bdfa-cd5b030d7da7
Glynn Clements 16 vuotta sitten
vanhempi
commit
6948279b99
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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;
     }