Skip to content

Commit

Permalink
Default debug level to ERROR
Browse files Browse the repository at this point in the history
  • Loading branch information
TokisanGames committed Jul 16, 2023
1 parent 765f3ca commit 1415f06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/terrain_3d.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
///////////////////////////

// Initialize static member variable
int Terrain3D::_debug_level{ DEBUG };
int Terrain3D::_debug_level{ ERROR };

/**
* This is a proxy for _process(delta) called by _notification() due to
Expand Down

0 comments on commit 1415f06

Please sign in to comment.