X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fchunk.hpp;fp=src%2Fchunk.hpp;h=4addb56d7a9bf9b87935664dba54fdfe266756f7;hb=15ff5ed48855c6bd09bc8f5152f46065484c1e94;hp=4f6732d39d84789a64e46fdb381a574b49316f33;hpb=4485397da18a25dfd1a51e864814887b66ba0f2e;p=blank.git diff --git a/src/chunk.hpp b/src/chunk.hpp index 4f6732d..4addb56 100644 --- a/src/chunk.hpp +++ b/src/chunk.hpp @@ -111,7 +111,7 @@ public: int GetLight(const Pos &pos) const { return GetLight(ToIndex(pos)); } int GetLight(const Block::Pos &pos) const { return GetLight(ToIndex(pos)); } - float GetVertexLight(int index, const BlockModel::Position &, const BlockModel::Normal &) const; + float GetVertexLight(int index, const BlockModel::Position &, const Model::Normal &) const; bool Intersection( const Ray &ray,