LOD stuff: Switch default LOD_DISTANCE from 100 to 80 to get more FPS

This commit is contained in:
Perttu Ahola 2014-10-15 04:35:00 +03:00
parent 110812af6c
commit bed240bc89

View File

@ -9,8 +9,8 @@ local dump = buildat.dump
local M = {}
--local LOD_DISTANCE = 140
local LOD_DISTANCE = 100
--local LOD_DISTANCE = 80
--local LOD_DISTANCE = 100
local LOD_DISTANCE = 80
--local LOD_DISTANCE = 50
local LOD_THRESHOLD = 0.2