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

@@ -28,4 +28,4 @@ void main()
{
vec4 texColor = texture(material.diffuse , TexCoords);
FragColor = texColor;
}
}