Updated comments

Refs #622
This commit is contained in:
Sascha Willems 2019-11-09 10:35:49 +01:00
parent e1e348ac7a
commit 40c5e64faf

View file

@ -244,7 +244,7 @@ public:
*/ */
void createScene() void createScene()
{ {
// Setup vertices for a single uv-mapped quad made from two triangles // Setup vertices for a single triangle
struct Vertex { struct Vertex {
float pos[3]; float pos[3];
}; };