diff options
author | Marius Kintel <marius@kintel.net> | 2010-11-03 18:26:06 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2010-11-03 18:26:06 (GMT) |
commit | 264608981cfcd65de8e64af8d97648a315d52bc1 (patch) | |
tree | 486fed9c5c750d0e0b8c75290d315632db22c578 /src/projectionnode.h | |
parent | 4423c010301b8a94addee0ab0b3561023bba7290 (diff) |
Fixed some issues with PolySetRenderer, causing e.g. extrusions to fail in OpenCSG mode
Diffstat (limited to 'src/projectionnode.h')
-rw-r--r-- | src/projectionnode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/projectionnode.h b/src/projectionnode.h index 9cc7918..295e48c 100644 --- a/src/projectionnode.h +++ b/src/projectionnode.h @@ -18,7 +18,7 @@ public: int convexity; bool cut_mode; - virtual PolySet *render_polyset(render_mode_e mode) const; + virtual PolySet *render_polyset(render_mode_e mode, class PolySetRenderer *renderer) const; }; #endif |