From 11e9d97c5ac694773149d6059f90c670b9c00262 Mon Sep 17 00:00:00 2001 From: yum Date: Mon, 16 Mar 2026 18:27:03 -0700 Subject: Misc --- pbr.cginc | 1 - 1 file changed, 1 deletion(-) (limited to 'pbr.cginc') diff --git a/pbr.cginc b/pbr.cginc index 3e8d672..e0cf64f 100755 --- a/pbr.cginc +++ b/pbr.cginc @@ -41,7 +41,6 @@ float2 parallax_offset(float2 uv, float3 view_dir_world, float3x3 tbn) { float prev_depth = cur_depth; float prev_height = cur_height; - [loop] for (int i = 0; i < (int)step_count; i++) { bool was_inside = cur_depth < cur_height; if (was_inside != inside) break; -- cgit v1.2.3