Need a break from Dolphin
All checks were successful
Build Dusk / run-tests (push) Successful in 1m36s
Build Dusk / build-linux (push) Successful in 1m14s
Build Dusk / build-psp (push) Successful in 2m2s
Build Dusk / build-dolphin (push) Successful in 2m49s

This commit is contained in:
2026-02-09 22:18:44 -06:00
parent 073ee8dca9
commit e1f08b07aa
11 changed files with 92 additions and 82 deletions

View File

@@ -24,8 +24,8 @@ typedef enum {
typedef struct {
color_t color;
float uv[MESH_VERTEX_UV_SIZE];
float pos[MESH_VERTEX_POS_SIZE];
float_t uv[MESH_VERTEX_UV_SIZE];
float_t pos[MESH_VERTEX_POS_SIZE];
} meshvertex_t;
typedef struct {