aboutsummaryrefslogtreecommitdiffstats
path: root/yage/core/camera2d.h
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-12-22 21:16:02 +0000
committerYann Herklotz <ymherklotz@gmail.com>2017-12-22 21:19:21 +0000
commitfb8197839c0bebc20fd68ee3f280da934c49c473 (patch)
treee4ccb024144cb5b41f9e572984e3278c2b0b51d0 /yage/core/camera2d.h
parentd6b25272499352383214c738faa8ce1870df37f3 (diff)
downloadYAGE-fb8197839c0bebc20fd68ee3f280da934c49c473.tar.gz
YAGE-fb8197839c0bebc20fd68ee3f280da934c49c473.zip
Removing editor and refactoring code.
Diffstat (limited to 'yage/core/camera2d.h')
-rw-r--r--yage/core/camera2d.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/yage/core/camera2d.h b/yage/core/camera2d.h
index db941aee..109333d6 100644
--- a/yage/core/camera2d.h
+++ b/yage/core/camera2d.h
@@ -17,7 +17,7 @@ namespace yage
class GlslProgram;
-class Camera2D
+class Camera
{
private:
bool update_matrix_ = true;
@@ -27,7 +27,7 @@ private:
glm::mat4 ortho_matrix_;
public:
- Camera2D(int screen_width = 1280, int screen_height = 720);
+ Camera(int screen_width = 1280, int screen_height = 720);
void update(GlslProgram &program);
void move(const glm::vec2 &direction);