diff options
author | UIS <uis9936@gmail.com> | 2020-09-19 23:59:00 +0200 |
---|---|---|
committer | LaG1924 <lag1924@gmail.com> | 2021-06-24 10:48:13 +0200 |
commit | 70c3ade4dd87907506ab40eb8e1cf04e4db3779a (patch) | |
tree | 885d07468197500b03ad9839619f25199b71b7a7 /src/Block.hpp | |
parent | Use 12+4 bits for BlockId, GetBlockInfo return pointer instead value (diff) | |
download | AltCraft-70c3ade4dd87907506ab40eb8e1cf04e4db3779a.tar AltCraft-70c3ade4dd87907506ab40eb8e1cf04e4db3779a.tar.gz AltCraft-70c3ade4dd87907506ab40eb8e1cf04e4db3779a.tar.bz2 AltCraft-70c3ade4dd87907506ab40eb8e1cf04e4db3779a.tar.lz AltCraft-70c3ade4dd87907506ab40eb8e1cf04e4db3779a.tar.xz AltCraft-70c3ade4dd87907506ab40eb8e1cf04e4db3779a.tar.zst AltCraft-70c3ade4dd87907506ab40eb8e1cf04e4db3779a.zip |
Diffstat (limited to '')
-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); |