diff options
author | don bright <hugh.m.bright@gmail.com> | 2013-03-04 02:08:04 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2013-03-04 02:08:04 (GMT) |
commit | 689fdad0acfd17aa2676bd5bcf34ebba29c383a5 (patch) | |
tree | 2d080d032c80bb281eea89cb3f1cf718037afe46 /src/rendersettings.h | |
parent | 50fcfe63c960d925318b5b9a613599d2e11c0f97 (diff) |
move FAR_FAR_AWAY (gl clipping limit) to rendersettings
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(); |