소스 검색

nvizlib: use GV_alldraw_vect() instead of GV_alldraw_fastvect() in quick mode

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@32312 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 17 년 전
부모
커밋
b95c16db67
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lib/nviz/draw.c

+ 1 - 1
lib/nviz/draw.c

@@ -252,7 +252,7 @@ int Nviz_draw_quick(nv_data *data,
 
     /* draw vector lines */
     if (draw_vlines)
-	GV_alldraw_fastvect();
+	GV_alldraw_vect();
 
     /* draw vector points */
     if (draw_vpoints)