mirror of
https://github.com/love2d/love.git
synced 2026-08-17 19:23:38 +02:00
We don’t need a list of projection matrices..
--HG-- branch : minor
This commit is contained in:
@@ -126,7 +126,7 @@ public:
|
||||
struct
|
||||
{
|
||||
std::vector<Matrix4> transform;
|
||||
std::vector<Matrix4> projection;
|
||||
Matrix4 projection;
|
||||
} matrices;
|
||||
|
||||
class TempTransform
|
||||
|
||||
Reference in New Issue
Block a user