Forgot to revert the size back to 100 4 the square

This commit is contained in:
Ty3r0X 2023-12-19 12:32:25 +02:00
parent 00e6367402
commit a41d0ba51c
No known key found for this signature in database
GPG Key ID: 1987C830BBC99F38
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@
#define COLOR_G 0xA5
#define COLOR_B 0x00
#define RECT_SIZE 300
#define RECT_SIZE 100
extern SDL_Window *window;
extern SDL_Renderer *main_render;