mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-09-26 08:50:47 +00:00
format everything
This commit is contained in:
@@ -53,8 +53,8 @@ public:
|
||||
virtual LevelChunk* getChunk(int xOffs, int zOffs);
|
||||
|
||||
private:
|
||||
std::vector<double> getHeights(std::vector<double>& buffer, int x, int y, int z, int xSize,
|
||||
int ySize, int zSize);
|
||||
std::vector<double> getHeights(std::vector<double>& buffer, int x, int y,
|
||||
int z, int xSize, int ySize, int zSize);
|
||||
|
||||
public:
|
||||
virtual bool hasChunk(int x, int y);
|
||||
|
||||
Reference in New Issue
Block a user