aboutsummaryrefslogtreecommitdiffstats
path: root/src/render.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/render.hpp')
-rw-r--r--src/render.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/render.hpp b/src/render.hpp
index 6362d63..5d3025c 100644
--- a/src/render.hpp
+++ b/src/render.hpp
@@ -38,8 +38,8 @@ class RenderSystem : public entityx::System<RenderSystem>
{
private:
constexpr static const char *title = "gamedev2";
- constexpr static int width = 640;
- constexpr static int height = 480;
+ constexpr static int width = 1280;
+ constexpr static int height = 720;
std::unique_ptr<SDL_Window, void (*)(SDL_Window *)> window;
SDL_GLContext context;