fix(primitives/cube.hpp): change type to list

This commit is contained in:
2026-01-02 10:49:28 +01:00
parent 877da5aa5f
commit 379203eadf
3 changed files with 6 additions and 6 deletions

View File

@@ -19,4 +19,4 @@ void main()
Normal = mat3(transpose(inverse(model)))*aNormal;
TexCoords = aTexCoords;
}
}