diff options
Diffstat (limited to 'src/OffscreenView.h')
-rw-r--r-- | src/OffscreenView.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/OffscreenView.h b/src/OffscreenView.h index 091470c..3e03175 100644 --- a/src/OffscreenView.h +++ b/src/OffscreenView.h @@ -24,7 +24,7 @@ public: bool save(const char *filename); bool save(std::ostream &output); std::string getRendererInfo() const; - + void enable_opencsg_shaders(); OffscreenContext *ctx; // not }; |