diff options
Diffstat (limited to 'Source/Core/VideoCommon')
| -rw-r--r-- | Source/Core/VideoCommon/Src/BPStructs.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/Src/BPStructs.cpp b/Source/Core/VideoCommon/Src/BPStructs.cpp index 10cd1e5c88..d6709e20e3 100644 --- a/Source/Core/VideoCommon/Src/BPStructs.cpp +++ b/Source/Core/VideoCommon/Src/BPStructs.cpp @@ -280,7 +280,7 @@ void BPWritten(const BPCmd& bp) ClearScreen(bp, rc); } - RestoreRenderState(bp); + RestoreRenderState(bp); // TODO: Remove this call, handle this in the plugins instead break; } |
