style: Code cleanup

This commit is contained in:
2025-07-04 23:49:48 +08:00
parent 59335c9102
commit 309ee12b93

View File

@@ -21,7 +21,7 @@ Shader "Map/Masked" {
#pragma vertex vert #pragma vertex vert
#pragma fragment frag #pragma fragment frag
#include "UnityCG.cginc" #include "UnityCG.cginc"
struct appdata { struct appdata {
float4 vertex : POSITION; float4 vertex : POSITION;
@@ -34,7 +34,7 @@ Shader "Map/Masked" {
}; };
sampler2D _MainTex; sampler2D _MainTex;
float4 _MainTex_ST; float4 _MainTex_ST;
fixed4 _Color; fixed4 _Color;
v2f vert (appdata v) { v2f vert (appdata v) {