edited shape

This commit is contained in:
2025-08-26 16:50:01 +02:00
parent 1d062528aa
commit b6f9966eb9

View File

@@ -21,7 +21,7 @@ namespace Voxel
float[] vertices =
{
-0.5f, -0.5f, 0.0f, //top
-0.5f, 0.5f, 0.0f, //top
0.5f, -0.5f, 0.0f, // bottom right
0.0f, 0.5f, 0.0f // bottom left
};