Fixed typos

This commit is contained in:
Sascha Willems 2020-08-08 13:25:58 +02:00
parent 3e5f545b83
commit e1ec3b6c78
11 changed files with 23 additions and 29 deletions

View file

@ -146,7 +146,7 @@ namespace vks
switch (topology)
{
// Indices for triangles
// Indices for triangles
case topologyTriangles:
{
indices = new uint32_t[w * w * 6];