]> git.localhorst.tv Git - blank.git/blobdiff - src/chunk.hpp
don't push block normals to GPU
[blank.git] / src / chunk.hpp
index 4f6732d39d84789a64e46fdb381a574b49316f33..4addb56d7a9bf9b87935664dba54fdfe266756f7 100644 (file)
@@ -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,