]> git.localhorst.tv Git - blank.git/blobdiff - src/world/Chunk.hpp
"streamlined" model/VAO handling
[blank.git] / src / world / Chunk.hpp
index 535f7d76806f5a404e96282985f6e29ff8b96a98..7b84b6e9cd89a0aff3d4d9f1068bc8cb72b6c3f2 100644 (file)
@@ -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,