Missed one

This commit is contained in:
Ryan Houdek 2011-12-07 23:01:14 -06:00 committed by Sonicadvance1
parent 9064b76deb
commit 8058f2f32f
1 changed files with 1 additions and 2 deletions

View File

@ -210,8 +210,7 @@ void Write32BitSwizzler(char*& p, u32 format, API_TYPE ApiType)
}
WRITE(p," in float2 uv0 : TEXCOORD0)\n"
"{\n"
WRITE(p, "{\n"
" float2 sampleUv;\n"
" float2 uv1 = floor(uv0);\n");