Fixed formatting

pull/6/head
E. Almqvist 2 years ago
parent 218d6a7fe3
commit 477f72e139
  1. 2
      src/main.cpp

@ -66,7 +66,7 @@ std::vector<float> verts({
0.5f, 0.5f, 0.5f, 1.0f, 1.0f, 1.0f, 1.0f, 0.0f,
-0.5f, 0.5f, 0.5f, 1.0f, 1.0f, 1.0f, 0.0f, 0.0f,
-0.5f, 0.5f, -0.5f, 1.0f, 1.0f, 1.0f, 0.0f, 1.0f
});
});
// Vert struc: x y z r g b tx ty
std::vector<unsigned int> indices({

Loading…
Cancel
Save