GSdx: check sprite edges! (r5098)

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5099 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
gabest11 2012-02-14 22:22:56 +00:00
parent f53d70c483
commit 344d0c09ce
1 changed files with 1 additions and 1 deletions

View File

@ -2525,7 +2525,7 @@ void GSState::GetTextureMinMax(GSVector4i& r, const GIFRegTEX0& TEX0, const GIFR
st += GSVector4(-0.5f, 0.5f).xxyy(); st += GSVector4(-0.5f, 0.5f).xxyy();
} }
GSVector4i uv = GSVector4i(st); GSVector4i uv = GSVector4i(st.floor());
GSVector4i u, v; GSVector4i u, v;