Fix an off-by-one error introduced in r6309.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6310 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
NeoBrainX 2010-10-24 17:04:20 +00:00
parent 5cdda90182
commit 5be617c129
1 changed files with 0 additions and 1 deletions

View File

@ -321,7 +321,6 @@ void TeardownDeviceObjects()
SAFE_RELEASE(clearblendstates[1]);
SAFE_RELEASE(clearblendstates[2]);
SAFE_RELEASE(clearblendstates[3]);
SAFE_RELEASE(clearblendstates[4]);
SAFE_RELEASE(cleardepthstates[0]);
SAFE_RELEASE(cleardepthstates[1]);
SAFE_RELEASE(clearraststate);