X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fapp.cpp;h=0f1277535367ca060caffbcf018dd4a356630623;hb=374843f5b3ae60c0d02704a8da5100ac8abe7f1a;hp=7ddbbf189180d43dccd577a91e68a057ef1c8f0f;hpb=e70967c971f77a4ac0f5c074e6eb94bdd0e2b7ab;p=blank.git diff --git a/src/app.cpp b/src/app.cpp index 7ddbbf1..0f12775 100644 --- a/src/app.cpp +++ b/src/app.cpp @@ -31,8 +31,6 @@ Application::Application() , place_id(1) { GLContext::EnableVSync(); - world.Generate({ -4, -4, -4 }, { 5, 5, 5}); - hud.Viewport(960, 600); hud.Display(*world.BlockTypes()[place_id]);