diff options
Diffstat (limited to 'src/GLView.h')
-rw-r--r-- | src/GLView.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GLView.h b/src/GLView.h index 0b4de7b..165c634 100644 --- a/src/GLView.h +++ b/src/GLView.h @@ -57,7 +57,7 @@ public: Renderer *renderer; Camera cam; - size_t far_far_away; + double far_far_away; size_t width; size_t height; double w_h_ratio; |