From 155a8ceecfe64773eb21ba55a2ac286d52589141 Mon Sep 17 00:00:00 2001 From: yum Date: Tue, 24 Feb 2026 01:37:59 -0800 Subject: Rewrite SH9 core, more concise --- 3ner.cginc | 1 - 1 file changed, 1 deletion(-) (limited to '3ner.cginc') diff --git a/3ner.cginc b/3ner.cginc index cf03caf..0766380 100755 --- a/3ner.cginc +++ b/3ner.cginc @@ -40,7 +40,6 @@ v2f vert(appdata v) { o.objPos_orig = v.vertex; #endif - [branch] if (instance_distance_culling()) { return (v2f) asfloat(-1); } -- cgit v1.2.3