From c557fdda037a1ea830bcc688854bfc9a90cbe355 Mon Sep 17 00:00:00 2001 From: Sonicadvance1 Date: Sun, 17 Aug 2008 04:03:34 +0000 Subject: [PATCH] Woops, GL plugin fix git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@232 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Plugins/Plugin_VideoOGL/Src/BPStructs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Plugins/Plugin_VideoOGL/Src/BPStructs.cpp b/Source/Plugins/Plugin_VideoOGL/Src/BPStructs.cpp index 9f70979e50..55cbe32486 100644 --- a/Source/Plugins/Plugin_VideoOGL/Src/BPStructs.cpp +++ b/Source/Plugins/Plugin_VideoOGL/Src/BPStructs.cpp @@ -605,7 +605,7 @@ void LoadBPReg(u32 value0) (int)(bpmem.copyTexSrcXY.x * MValue), (int)(bpmem.copyTexSrcXY.y * MValue), (int)((bpmem.copyTexSrcXY.x * MValue + bpmem.copyTexSrcWH.x * MValue)), - (int)((bpmem.copyTexSrcXY.y * MValue + bpmem.copyTexSrcWH. * MValuey)) + (int)((bpmem.copyTexSrcXY.y * MValue + bpmem.copyTexSrcWH.y * MValuey)) }; UPE_Copy PE_copy;