This commit is contained in:
Asuro
2025-02-11 01:56:28 +01:00
parent cace7b0ec0
commit 5bda220695
9 changed files with 87 additions and 26 deletions

View File

@@ -11,8 +11,8 @@ namespace Game
struct Cube
{
int32_t TestX = 0;
int32_t TestY = 0;
int32_t TestX = -1;
int32_t TestY = -1;
Mat4 Transform;
uint16_t MaterialIdx = 0;
uint16_t ModelIdx = 0;