We don’t need a list of projection matrices..

--HG--
branch : minor
This commit is contained in:
Alex Szpakowski
2016-11-19 20:12:12 -04:00
parent 247e1b6af0
commit bed9bc1bae
4 changed files with 8 additions and 10 deletions
+1 -1
View File
@@ -126,7 +126,7 @@ public:
struct
{
std::vector<Matrix4> transform;
std::vector<Matrix4> projection;
Matrix4 projection;
} matrices;
class TempTransform