summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/Src/BPStructs.cpp
diff options
context:
space:
mode:
authorNeoBrainX <NeoBrainX@googlemail.com>2011-09-08 02:14:18 +0200
committerNeoBrainX <NeoBrainX@googlemail.com>2011-09-08 02:14:18 +0200
commit349a3ae91df42d02f2e07485c1a55805535fef03 (patch)
tree36570325f882c2dadb29d6cec5860188575e0505 /Source/Core/VideoCommon/Src/BPStructs.cpp
parent6c7bda6851b39d358f9b951739156e07345ccfa4 (diff)
parent8b8e60c2767d2d21b3aeea7e938bdd64e3a2a61b (diff)
Merge remote-tracking branch 'remotes/origin/master' into new-shadercache-uids
Diffstat (limited to 'Source/Core/VideoCommon/Src/BPStructs.cpp')
-rw-r--r--Source/Core/VideoCommon/Src/BPStructs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/Src/BPStructs.cpp b/Source/Core/VideoCommon/Src/BPStructs.cpp
index 42b5b2212a..cee68327f5 100644
--- a/Source/Core/VideoCommon/Src/BPStructs.cpp
+++ b/Source/Core/VideoCommon/Src/BPStructs.cpp
@@ -162,7 +162,7 @@ void BPWritten(const BPCmd& bp)
case BPMEM_SCISSORTL: // Scissor Rectable Top, Left
case BPMEM_SCISSORBR: // Scissor Rectable Bottom, Right
case BPMEM_SCISSOROFFSET: // Scissor Offset
- SetScissor(bp);
+ SetScissor();
break;
case BPMEM_LINEPTWIDTH: // Line Width
SetLineWidth(bp);