master #29

Merged
sin365 merged 6 commits from Alienjack/AxibugEmuOnline:master into master 2024-08-14 15:59:09 +08:00
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);