diff options
Diffstat (limited to 'src/crepe/api/Camera.h')
-rw-r--r-- | src/crepe/api/Camera.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crepe/api/Camera.h b/src/crepe/api/Camera.h index 48f2ff2..2fea9f3 100644 --- a/src/crepe/api/Camera.h +++ b/src/crepe/api/Camera.h @@ -47,7 +47,7 @@ public: ~Camera(); // dbg_trace only public: - Camera::Data data; + Data data; //! viewport is the area of the world visible through the camera (in world units) const vec2 viewport_size; |