(PS3) Change to border shader - still texture problems

This commit is contained in:
TwinAphex51224 2012-01-27 00:31:10 +01:00
parent 730fb03c07
commit 88b819ffff

View File

@ -38,7 +38,7 @@ void main_vertex
float4 main_fragment (
float2 tex_border : TEXCOORD1,
uniform sampler2D bg,
uniform sampler2D bg : TEXUNIT0,
uniform input IN) : COLOR
{
float4 background = tex2D(bg, tex_border);