fix tabs/spaces use

This commit is contained in:
chmodsayshello 2022-03-28 14:12:04 +00:00
parent af8bce41aa
commit f95bc5e878
1 changed files with 107 additions and 107 deletions

View File

@ -11,7 +11,7 @@ local compass_frames = 32
-- Timer for random compass spinning
local random_timer = 0
local random_timer_trigger = 0.5 -- random compass spinning tick in seconds. Increase if there are performance problems
local random_timer_trigger = 0.5 -- random compass spinning tick in seconds. Incr ease if there are performance problems
local random_frame = math.random(0, compass_frames-1)