Skip to content

Commit

Permalink
hpp here we go
Browse files Browse the repository at this point in the history
  • Loading branch information
theaddonn committed Jul 28, 2024
1 parent b118a41 commit 9517e9f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/minimap/Minimap.h → src/minimap/Minimap.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class Minimap : public LevelListener {

public:
int mRenderDistance = 12;
int mMaxChunksToGeneratePerFrame = 16;
int mMaxChunksToGeneratePerFrame = 32;
float mMinimapSize;
float mMinimapEdgeBorder;

Expand Down

0 comments on commit 9517e9f

Please sign in to comment.