Skip to content

Commit

Permalink
Turn debugging off for production tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Makosai committed Aug 17, 2024
1 parent 4cf4ac2 commit 4db16b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Utils/Constants.zig
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pub const DEBUGGING = true;
pub const DEBUGGING = false;

/// How many ticks are in a second.
pub const TICK_RATE: i32 = 30;
Expand Down

0 comments on commit 4db16b4

Please sign in to comment.