diff --git a/Project/Tutorial07/Tutorial07.cpp b/Project/Tutorial07/Tutorial07.cpp index 0625a4c..296a522 100644 --- a/Project/Tutorial07/Tutorial07.cpp +++ b/Project/Tutorial07/Tutorial07.cpp @@ -948,16 +948,16 @@ namespace ApiWithoutSecrets { const std::vector& Tutorial07::GetVertexData() const { static const std::vector vertex_data = { - -200.0f, -200.0f, 0.0f, 1.0f, + -170.0f, -170.0f, 0.0f, 1.0f, -0.1f, -0.1f, // - -200.0f, 200.0f, 0.0f, 1.0f, + -170.0f, 170.0f, 0.0f, 1.0f, -0.1f, 1.1f, // - 200.0f, -200.0f, 0.0f, 1.0f, + 170.0f, -170.0f, 0.0f, 1.0f, 1.1f, -0.1f, // - 200.0f, 200.0f, 0.0f, 1.0f, + 170.0f, 170.0f, 0.0f, 1.0f, 1.1f, 1.1f, };