Skip to content

Commit

Permalink
Double random tick rate
Browse files Browse the repository at this point in the history
  • Loading branch information
heimskr committed Nov 2, 2023
1 parent 1ba650f commit 1c0d3db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/game/Game.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ namespace Game3 {
std::atomic<double> time = 0.f;
Tick currentTick = 0;
size_t cavesGenerated = 0;
size_t randomTicksPerChunk = 1;
size_t randomTicksPerChunk = 2;
bool dying = false;
std::atomic_bool tickingPaused{false};

Expand Down

0 comments on commit 1c0d3db

Please sign in to comment.