mirror of
https://github.com/Relintai/broken_seals.git
synced 2025-01-15 02:01:09 +01:00
Make chunk lod selection linear.
This commit is contained in:
parent
174ad7220d
commit
df960a8ce5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user