gpu-fix a little bug from last commit

This commit is contained in:
zeromus 2013-08-07 04:46:43 +00:00
parent 99add0a870
commit 8184770cd5
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
Copyright (C) 2006 yopyop
Copyright (C) 2006-2007 Theo Berkau
Copyright (C) 2007 shash
Copyright (C) 2008-2012 DeSmuME team
Copyright (C) 2008-2013 DeSmuME team
This file is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@ -661,7 +661,7 @@ template<BlendFunc FUNC, bool WINDOW>
static FORCEINLINE void _master_setFinalOBJColor(GPU *gpu, u8 *dst, u16 color, u8 alpha, u8 type, u16 x)
{
bool windowDraw = true;
bool windowEffectSatisfied;
bool windowEffectSatisfied = true;
if(WINDOW)
{