Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
CardealRusso committed Oct 30, 2024
1 parent c28d11e commit 15b904e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/raycastlib-c/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
#define LEVEL_X_RES 29
#define LEVEL_Y_RES 21

#define SCREEN_WIDTH 1440
#define SCREEN_HEIGHT 900
#define SCREEN_WIDTH 800
#define SCREEN_HEIGHT 600
#define MIDDLE_ROW (SCREEN_HEIGHT / 2)

#define max(a,b) ((a) > (b) ? (a) : (b))
Expand Down

0 comments on commit 15b904e

Please sign in to comment.