From 9ca343743acc44c39040bd01c8b830233779c3a6 Mon Sep 17 00:00:00 2001 From: Sonicadvance1 Date: Sun, 17 Aug 2008 04:07:38 +0000 Subject: [PATCH] My fix yet again.. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@233 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 55cbe32486..dbea1abf19 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.y * MValuey)) + (int)((bpmem.copyTexSrcXY.y * MValue + bpmem.copyTexSrcWH.y * MValue)) }; UPE_Copy PE_copy;