This commit is contained in:
Axel Kittenberger 2016-12-22 15:15:17 +01:00
parent 16919a893e
commit 83c6436e84
1 changed files with 6 additions and 3 deletions

View File

@ -2438,10 +2438,13 @@ local Sync = ( function
self.delays:replace( il, rd )
rd.dpos = il
end
-- and stacks delay2
stack( rd, nd )
-- and stacks delay2
stack( rd, nd )
else
-- and stacks delay2
stack( od, nd )
end
nd.dpos = self.delays:push( nd )
elseif ac == 'absorb'