mirror of
https://github.com/love2d/love.git
synced 2026-08-20 04:30:09 +02:00
Renamed the internal 'Matrix' class to 'Matrix4'.
This commit is contained in:
@@ -136,7 +136,7 @@ public:
|
||||
|
||||
private:
|
||||
|
||||
void drawv(const Matrix &t, const Vertex *v);
|
||||
void drawv(const Matrix4 &t, const Vertex *v);
|
||||
|
||||
void preload();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user