diff options
author | don bright <hugh.m.bright@gmail.com> | 2013-03-04 03:37:57 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2013-03-04 03:37:57 (GMT) |
commit | e60b0b74191bbccf7c294b8770509da8e27144e4 (patch) | |
tree | 79e54a07a9cf8d6ab4684e7db1dd4b1e84d4ec25 /src/rendersettings.h | |
parent | 80457c9c4675568fb8fd763648576409f97b4b16 (diff) |
lol far_far_away should be double not size_t
Diffstat (limited to 'src/rendersettings.h')
-rw-r--r-- | src/rendersettings.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rendersettings.h b/src/rendersettings.h index 3d51495..e4fa6c8 100644 --- a/src/rendersettings.h +++ b/src/rendersettings.h @@ -25,8 +25,8 @@ public: void setColors(const std::map<RenderColor, Color4f> &colors); Color4f color(RenderColor idx); - unsigned int openCSGTermLimit, img_width, img_height, far_gl_clip_limit; - + unsigned int openCSGTermLimit, img_width, img_height; + double far_gl_clip_limit; private: RenderSettings(); ~RenderSettings() {} |