Closed weathertopper closed 6 years ago
The objects that move inside of scoll_set must be a shallow copy so movement will not flicker. Right now, this means setting scroll_set to move_set. Unfortunately, this means move_set becomes full_set, which isn't clean.
scoll_set
scroll_set
move_set
full_set
bypassing this with like a billion refactors
The objects that move inside of
scoll_set
must be a shallow copy so movement will not flicker. Right now, this means settingscroll_set
tomove_set
. Unfortunately, this meansmove_set
becomesfull_set
, which isn't clean.