Przeglądaj źródła

bugfix for n passes >1

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@41174 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Metz 15 lat temu
rodzic
commit
a916e87753
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      vector/v.to.rast/raster.c

+ 1 - 1
vector/v.to.rast/raster.c

@@ -124,7 +124,7 @@ static int configure_plot(void)
     /* change the region */
     page.north = region.north - at_row * region.ns_res;
     page.south = page.north - nrows * region.ns_res;
-    Rast_set_window(&page);
+    G_set_window(&page);
 
     /* configure the plot routines */
     G_setup_plot(-0.5, page.rows - 0.5, -0.5, page.cols - 0.5, move, cont);