summaryrefslogtreecommitdiffstats
path: root/src/World/Block.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/World/Block.hpp')
-rw-r--r--src/World/Block.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/World/Block.hpp b/src/World/Block.hpp
index f2d481a..2bdbaa5 100644
--- a/src/World/Block.hpp
+++ b/src/World/Block.hpp
@@ -43,7 +43,7 @@ struct Block {
Block() : id(0), data(0), height(0), blockLight(0), skyLight(0) {}
- uint32_t getColor() const;
+ uint32_t getColor(uint8_t biome) const;
};
}