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:
@@ -259,8 +259,8 @@ private:
|
||||
|
||||
float lastPointSize;
|
||||
|
||||
Matrix lastTransformMatrix;
|
||||
Matrix lastProjectionMatrix;
|
||||
Matrix4 lastTransformMatrix;
|
||||
Matrix4 lastProjectionMatrix;
|
||||
|
||||
// Counts total number of textures bound to each texture unit in all shaders
|
||||
static std::vector<int> textureCounters;
|
||||
|
||||
Reference in New Issue
Block a user