mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 05:23:22 +01:00
Smoothing fixes (#2163)
* Fix some bad smoothing * Fix unsimulated objects being vaporized by bluespace * Fix admin turf-delete * Minor lighting responsiveness tweak
This commit is contained in:
@@ -80,7 +80,8 @@ var/datum/controller/subsystem/lighting/SSlighting
|
||||
processed_lights = 0
|
||||
processed_corners = 0
|
||||
processed_overlays = 0
|
||||
instant_tick_limit = CURRENT_TICKLIMIT * 0.8
|
||||
|
||||
instant_tick_limit = CURRENT_TICKLIMIT * 0.8
|
||||
|
||||
MC_SPLIT_TICK_INIT(3)
|
||||
if (!no_mc_tick)
|
||||
|
||||
Reference in New Issue
Block a user