set the textures flat flag in WED or change this in the header of the vertexshader:
in float2 InTex : TEXCOORD0,
to:
in float2 InTex : TEXCOORD1,