diff options
Diffstat (limited to 'src/rendersettings.h')
-rw-r--r-- | src/rendersettings.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rendersettings.h b/src/rendersettings.h index cb33981..3d51495 100644 --- a/src/rendersettings.h +++ b/src/rendersettings.h @@ -25,7 +25,7 @@ public: void setColors(const std::map<RenderColor, Color4f> &colors); Color4f color(RenderColor idx); - unsigned int openCSGTermLimit, img_width, img_height; + unsigned int openCSGTermLimit, img_width, img_height, far_gl_clip_limit; private: RenderSettings(); |