diff options
| author | Aldrik Ramaekers <aldrik@amftech.nl> | 2023-12-26 19:15:46 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik@amftech.nl> | 2023-12-26 19:15:46 +0100 |
| commit | 67cec2bf936f0274b61bb803b0baca3ffdb488fc (patch) | |
| tree | 584ebb61bcfca9fc24984bea348eca23a4039722 /main.c | |
| parent | d018848939d1101df21515cb81f611f23c119d10 (diff) | |
fix bug
Diffstat (limited to 'main.c')
| -rw-r--r-- | main.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ -#define ASSET_IMAGE_COUNT 50 -#define ASSET_QUEUE_COUNT 50 +#define ASSET_IMAGE_COUNT 150 +#define ASSET_QUEUE_COUNT 150 #define ASSET_FONT_COUNT 20 #define NUM_AUDIO_CHANNELS 64 |
