mirror of
https://github.com/love2d/love.git
synced 2026-08-19 12:14:20 +02:00
Renamed the internal 'Matrix' class to 'Matrix4'.
This commit is contained in:
@@ -74,7 +74,7 @@ private:
|
||||
Font::AlignMode align;
|
||||
bool use_matrix;
|
||||
bool append_vertices;
|
||||
Matrix matrix;
|
||||
Matrix4 matrix;
|
||||
};
|
||||
|
||||
void uploadVertices(const std::vector<Font::GlyphVertex> &vertices, size_t vertoffset);
|
||||
|
||||
Reference in New Issue
Block a user