diff options
Diffstat (limited to 'src/polyset.h')
-rw-r--r-- | src/polyset.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/polyset.h b/src/polyset.h index 2fe1c1f..57f5057 100644 --- a/src/polyset.h +++ b/src/polyset.h @@ -45,7 +45,7 @@ public: CSGMODE_HIGHLIGHT_DIFFERENCE = 22 }; - void render_surface(colormode_e colormode, csgmode_e csgmode, double *m, GLint *shaderinfo = NULL) const; + void render_surface(colormode_e colormode, csgmode_e csgmode, const Transform3d &m, GLint *shaderinfo = NULL) const; void render_edges(colormode_e colormode, csgmode_e csgmode) const; }; |