X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;ds=sidebyside;f=src%2Fworld%2FBlockType.hpp;h=bdc4721e96dea3b4762cc219190b4d0c49379ff6;hb=57f4a76edbfd6c2b6077047e9fba31788d161b44;hp=95a960566b02fc57975ced99b13633166b643875;hpb=df8e86cac65da6daedcab3e4ab1751de2f7e123a;p=blank.git diff --git a/src/world/BlockType.hpp b/src/world/BlockType.hpp index 95a9605..bdc4721 100644 --- a/src/world/BlockType.hpp +++ b/src/world/BlockType.hpp @@ -74,11 +74,7 @@ struct BlockType { const glm::mat4 &transform = glm::mat4(1.0f), BlockModel::Index idx_offset = 0 ) const noexcept; - void FillOutlineModel( - OutlineModel::Buffer &m, - const glm::vec3 &pos_offset = { 0, 0, 0 }, - OutlineModel::Index idx_offset = 0 - ) const noexcept; + void FillOutlineModel(OutlineModel::Buffer &m) const noexcept; };