summaryrefslogtreecommitdiffstats
path: root/pbr.cginc
diff options
context:
space:
mode:
Diffstat (limited to 'pbr.cginc')
-rwxr-xr-xpbr.cginc1
1 files changed, 0 insertions, 1 deletions
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;