mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 12:29:46 +01:00
Minor parallax performance tweaks (#2967)
Speeds up parallax's update-values proc a little, but not much.
This commit is contained in:
@@ -66,7 +66,8 @@
|
||||
////////////
|
||||
var/list/parallax = list()
|
||||
var/list/parallax_movable = list()
|
||||
var/list/parallax_offset = list()
|
||||
var/parallax_offset_x = 0
|
||||
var/parallax_offset_y = 0
|
||||
var/turf/previous_turf = null
|
||||
var/obj/screen/plane_master/parallax_master/parallax_master = null
|
||||
var/obj/screen/plane_master/parallax_dustmaster/parallax_dustmaster = null
|
||||
|
||||
Reference in New Issue
Block a user