Skip to content

Commit

Permalink
increase max sprites
Browse files Browse the repository at this point in the history
  • Loading branch information
WinterMute committed May 13, 2018
1 parent e86c5fc commit e140ca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphics/gpu/gpusprites/source/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#include <stdlib.h>
#include <time.h>

#define MAX_SPRITES 256
#define MAX_SPRITES 768
#define SCREEN_WIDTH 400
#define SCREEN_HEIGHT 240

Expand Down

0 comments on commit e140ca3

Please sign in to comment.