Make chunk lod selection linear.

This commit is contained in:
Relintai 2020-03-30 23:33:15 +02:00
parent 174ad7220d
commit df960a8ce5

View File

@ -110,7 +110,7 @@ func _process(delta):
c.current_lod_level = 0
elif mr == 2:
c.current_lod_level = 1
elif mr == 3 or mr == 4:
elif mr == 3:# or mr == 4:
c.current_lod_level = 2
else:
c.current_lod_level = 3