mirror of
https://github.com/love2d/love.git
synced 2026-08-19 04:06:17 +02:00
Renamed the internal 'Matrix' class to 'Matrix4'.
This commit is contained in:
@@ -103,7 +103,7 @@ public:
|
||||
|
||||
private:
|
||||
|
||||
void addv(const Vertex *v, const Matrix &m, int index);
|
||||
void addv(const Vertex *v, const Matrix4 &m, int index);
|
||||
|
||||
/**
|
||||
* Set the color for vertices.
|
||||
|
||||
Reference in New Issue
Block a user