X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fapp.cpp;h=d8f1e2147ba2589df979be0c7bbdd3402fc4eb57;hb=d66d14f853f2d05f54076d38c72e53419dfc4cc5;hp=9580d33560024171ab9db84e957777b697f2c970;hpb=7caa2326d25d4fc5ba98318dfccb508bb3e16820;p=blank.git diff --git a/src/app.cpp b/src/app.cpp index 9580d33..d8f1e21 100644 --- a/src/app.cpp +++ b/src/app.cpp @@ -31,10 +31,6 @@ Application::Application() , place_id(1) { GLContext::EnableVSync(); - GLuint VertexArrayID; - glGenVertexArrays(1, &VertexArrayID); - glBindVertexArray(VertexArrayID); - world.Generate({ -4, -4, -4 }, { 5, 5, 5}); hud.Viewport(960, 600);