]> Dogcows Code - chaz/yoink/blobdiff - src/Moof/Frustum.hh
minor refactoring and state progress
[chaz/yoink] / src / Moof / Frustum.hh
index 87e654fd12c8c0b4f5cbbe27dcab1152ee954e33..c708c065bd79209cfcf0a17fa51e533cceb43de8 100644 (file)
@@ -41,7 +41,7 @@ class Sphere;
 
 class Frustum
 {
-       Plane   planes_[6]; // left, right, bottom, top, near, far
+       Plane   mPlanes[6]; // left, right, bottom, top, near, far
 
 public:
        typedef enum
This page took 0.01948 seconds and 4 git commands to generate.