Remove texture from DrawData

This commit is contained in:
2024-01-15 12:51:19 +01:00
parent 0023b23242
commit 0f33ed9fc0
2 changed files with 2 additions and 3 deletions

View File

@@ -14,7 +14,6 @@ typedef enum GameScreen {
} GameScreen;
typedef struct DrawData {
Texture tex;
Rectangle src;
Rectangle dst;
Vector2 origin;