Support for more than one mapblock/chunk | WARNING: Shitty performance, even on RTX 3070

This commit is contained in:
2022-10-29 14:09:42 -04:00
parent 6b05eaf331
commit 8cde72f632
4 changed files with 59 additions and 45 deletions

View File

@@ -6,10 +6,12 @@
class NodeManager;
class BlockManager;
extern NodeManager nodeManager;
extern BlockManager blockManager;
struct Position2D
{
int x;