Remove _plGenUpdate field, instead allow Placements to take World arg
This commit is contained in:
@@ -124,4 +124,4 @@ wpAdd wp = rmPmnts %~ f
|
||||
where
|
||||
f (x:xs) = sPS (V2 15 30) 1 (PutFlIt wp) : g x : xs
|
||||
f _ = [sPS (V2 15 30) 1 (PutFlIt wp)]
|
||||
g x = x & plIDCont .~ flickerMod
|
||||
g x = x & plIDCont .~ const flickerMod
|
||||
|
||||
Reference in New Issue
Block a user