diff options
Diffstat (limited to 'src/Block.hpp')
-rw-r--r-- | src/Block.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Block.hpp b/src/Block.hpp index a9fd881..0fd0e89 100644 --- a/src/Block.hpp +++ b/src/Block.hpp @@ -49,4 +49,4 @@ struct BlockInfo { void RegisterStaticBlockInfo(BlockId blockId, BlockInfo blockInfo); -BlockInfo* GetBlockInfo(BlockId blockId, Vector blockPos = Vector(0,0,0)); +BlockInfo* GetBlockInfo(BlockId blockId); |