fix net c struct ref
This commit is contained in:
@@ -293,7 +293,7 @@ end
|
||||
|
||||
function Simulation.dequeuegroup(sim, group)
|
||||
if group.in_queue[0]~=0 then
|
||||
array_remove(sim.groupqueue, group.c, true)
|
||||
array_remove(sim.groupqueue, group, true)
|
||||
sim.num_groupqueue = sim.num_groupqueue - 1
|
||||
group.in_queue[0] = 0
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user