diff --git a/src/main.cpp b/src/main.cpp index 198b387..3c27761 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -33,8 +33,8 @@ Sint16 window_height; bool Running = true; -#define view_width 17 -#define view_height 13 +#define view_width 16 +#define view_height 9 struct Vertex { V4 pos;