X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fapp.cpp;h=539858f58df74ba0adc865adda884169bcbd94f9;hb=bea14b67ae4e5705965f3cc6422410a25f38ef9e;hp=21eb85c309830eca5f332d6f5cdd719d1b8da04a;hpb=753be639d7d04f9f7415db9fc2721485c531f0a1;p=blank.git diff --git a/src/app.cpp b/src/app.cpp index 21eb85c..539858f 100644 --- a/src/app.cpp +++ b/src/app.cpp @@ -34,7 +34,7 @@ Application::Application() glGenVertexArrays(1, &VertexArrayID); glBindVertexArray(VertexArrayID); - world.Generate(); + world.Generate({ -4, -4, -4 }, { 5, 5, 5}); hud.Viewport(960, 600); hud.Display(*world.BlockTypes()[place_id]);