summaryrefslogtreecommitdiffstats
path: root/src/World/Block.cpp
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2015-02-01 15:19:18 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2015-02-01 15:19:18 +0100
commit9b1d92387dd83e7340c7ee5f06dbad0a971981b0 (patch)
tree1978e746b9f8e73c36474797e5a277c9571b12c9 /src/World/Block.cpp
parent143b9f6c78f7cf4c9ed603e57cedb3abf8fb7a3d (diff)
downloadMinedMap-9b1d92387dd83e7340c7ee5f06dbad0a971981b0.tar
MinedMap-9b1d92387dd83e7340c7ee5f06dbad0a971981b0.zip
Use biome data
Diffstat (limited to 'src/World/Block.cpp')
-rw-r--r--src/World/Block.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/World/Block.cpp b/src/World/Block.cpp
index f02c107..ae6c9cd 100644
--- a/src/World/Block.cpp
+++ b/src/World/Block.cpp
@@ -32,7 +32,7 @@
namespace MinedMap {
namespace World {
-uint32_t Block::getColor(uint8_t biome) const {
+uint32_t Block::getColor() const {
const World::BlockType &t = World::BLOCK_TYPES[id];
if (!t.opaque)