From 2cb5bd6768c1c6aa5ec7e1ac2028052bba383fdf Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Fri, 18 Feb 2022 09:50:12 +0100 Subject: reformat --- main.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main.cpp b/main.cpp index 84069870..f9daa3be 100644 --- a/main.cpp +++ b/main.cpp @@ -59,9 +59,9 @@ application::application(const Arguments& arguments): vertices[i] = { positions[i], texcoords[i] }; _mesh.setCount((int)std::size(indices)) - .addVertexBuffer(GL::Buffer{vertices}, 0, tile_shader::Position{}, tile_shader::TextureCoordinates{}) - .setIndexBuffer(GL::Buffer{indices}, 0, - GL::MeshIndexType::UnsignedShort); + .addVertexBuffer(GL::Buffer{vertices}, 0, + tile_shader::Position{}, tile_shader::TextureCoordinates{}) + .setIndexBuffer(GL::Buffer{indices}, 0, GL::MeshIndexType::UnsignedShort); } void application::drawEvent() { -- cgit v1.2.3