master #75

Closed
Alienjack wants to merge 510 commits from Alienjack/AxibugEmuOnline_old:master into master
Showing only changes of commit 62377ab9d4 - Show all commits

View File

@ -105,7 +105,7 @@
float start= 8.0/272.0; float start= 8.0/272.0;
float end = (272.0-8.0)/272.0; float end = (272.0-8.0)/272.0;
//mapUV.x = lerp(start,end, mapUV.x); mapUV.x = lerp(start,end, mapUV.x);
half4 color = tex2D(_MainTex,mapUV); half4 color = tex2D(_MainTex,mapUV);