From 62377ab9d4f75d255e9d24ed9e5281d283584c5b Mon Sep 17 00:00:00 2001 From: "ALIENJACK\\alien" Date: Wed, 14 Aug 2024 09:42:47 +0800 Subject: [PATCH] =?UTF-8?q?shader=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Assets/Script/NesEmulator/VirtuaNesDraw.shader | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AxibugEmuOnline.Client/Assets/Script/NesEmulator/VirtuaNesDraw.shader b/AxibugEmuOnline.Client/Assets/Script/NesEmulator/VirtuaNesDraw.shader index 99400dc..5d58b04 100644 --- a/AxibugEmuOnline.Client/Assets/Script/NesEmulator/VirtuaNesDraw.shader +++ b/AxibugEmuOnline.Client/Assets/Script/NesEmulator/VirtuaNesDraw.shader @@ -105,7 +105,7 @@ float start= 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);