]> git.lizzy.rs Git - shadowclad.git/commitdiff
This is where we start needing a bigger window
authoroutfrost <kotlet.bahn@gmail.com>
Wed, 30 Jan 2019 19:24:04 +0000 (20:24 +0100)
committeroutfrost <kotlet.bahn@gmail.com>
Wed, 30 Jan 2019 19:24:04 +0000 (20:24 +0100)
main.c

diff --git a/main.c b/main.c
index da4b3d6776435bf70f58d3698228b248545eb3c4..527a936ef9af12784783567135f367806958a654 100644 (file)
--- a/main.c
+++ b/main.c
@@ -12,7 +12,7 @@ int main(int argc, char** argv) {
        glutInit(&argc, argv);
        // glutInitContextVersion(4,5); TODO establish correct context
        
-       glutInitWindowSize(800, 600);
+       glutInitWindowSize(1280, 720);
        
        glutInitDisplayMode(GLUT_DOUBLE | GLUT_RGBA | GLUT_DEPTH);
        glutCreateWindow(NULL);