X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fworld%2FChunk.hpp;fp=src%2Fworld%2FChunk.hpp;h=7b84b6e9cd89a0aff3d4d9f1068bc8cb72b6c3f2;hb=5998b18978bd8e7a0c9deb516474634e1d3521c9;hp=535f7d76806f5a404e96282985f6e29ff8b96a98;hpb=7c2a8b8285278b8a3077b311d82f05ea0463a96e;p=blank.git diff --git a/src/world/Chunk.hpp b/src/world/Chunk.hpp index 535f7d7..7b84b6e 100644 --- a/src/world/Chunk.hpp +++ b/src/world/Chunk.hpp @@ -131,7 +131,7 @@ public: int GetLight(const Pos &pos) const noexcept { return GetLight(ToIndex(pos)); } int GetLight(const Block::Pos &pos) const noexcept { return GetLight(ToIndex(pos)); } - float GetVertexLight(const Pos &, const BlockModel::Position &, const Model::Normal &) const noexcept; + float GetVertexLight(const Pos &, const BlockModel::Position &, const EntityModel::Normal &) const noexcept; bool Intersection( const Ray &ray,