aboutsummaryrefslogtreecommitdiff
path: root/Source/Frustum.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Frustum.cpp')
-rw-r--r--Source/Frustum.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Frustum.cpp b/Source/Frustum.cpp
index 32639e7..481593c 100644
--- a/Source/Frustum.cpp
+++ b/Source/Frustum.cpp
@@ -1,4 +1,4 @@
-#include "frustum.h"
+#include "Frustum.h"
#include <math.h>
#include "gl.h"
@@ -150,4 +150,4 @@ int FRUSTUM::
return 2;
else
return 1;
-} \ No newline at end of file
+}