aboutsummaryrefslogtreecommitdiff
path: root/GPU3D.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'GPU3D.cpp')
-rw-r--r--GPU3D.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/GPU3D.cpp b/GPU3D.cpp
index 364683e..8758ce8 100644
--- a/GPU3D.cpp
+++ b/GPU3D.cpp
@@ -1825,7 +1825,7 @@ void Write32(u32 addr, u32 val)
{
GXStat &= ~0x8000;
ProjMatrixStackPointer = 0;
- PosMatrixStackPointer = 0;
+ //PosMatrixStackPointer = 0;
TexMatrixStackPointer = 0;
}
val &= 0xC0000000;