summaryrefslogtreecommitdiff
path: root/src/GLView.cc
diff options
context:
space:
mode:
authordon bright <hugh.m.bright@gmail.com>2013-03-04 02:24:24 (GMT)
committerdon bright <hugh.m.bright@gmail.com>2013-03-04 02:24:24 (GMT)
commit52f0071958bd2a81598f08ac493289bcd15b59e8 (patch)
treeb5841082a9964120dfd43bfcf84c7ad7bb099aa8 /src/GLView.cc
parent94d4acf76566ec2bc24f60b78d46690df6d3370d (diff)
render settings wrong syntax
Diffstat (limited to 'src/GLView.cc')
-rw-r--r--src/GLView.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GLView.cc b/src/GLView.cc
index b6225f8..289f5e5 100644
--- a/src/GLView.cc
+++ b/src/GLView.cc
@@ -17,7 +17,7 @@ GLView::GLView()
showcrosshairs = false;
renderer = NULL;
cam = Camera();
- far_far_away = RenderSettings->inst()->far_gl_clip_limit;
+ far_far_away = RenderSettings::inst()->far_gl_clip_limit;
#ifdef ENABLE_OPENCSG
is_opencsg_capable = false;
has_shaders = false;
contact: Jan Huwald // Impressum