More effective fixes.
Course playing still results in it playing fine.
This commit is contained in:
+1
-1
@@ -264,7 +264,7 @@ class MatrixStack
|
||||
vector<RageMatrix> stack;
|
||||
public:
|
||||
|
||||
MatrixStack()
|
||||
MatrixStack(): stack()
|
||||
{
|
||||
stack.resize(1);
|
||||
LoadIdentity();
|
||||
|
||||
Reference in New Issue
Block a user