final
This commit is contained in:
@@ -58,8 +58,9 @@ public class SimulationModelSink : SimulationModel
|
||||
SimulationModelStore storeModel = (SimulationModelStore)model;
|
||||
while (storeModel.storedProducts.Count > queueCapacity)
|
||||
{
|
||||
Destroy(storeModel.GetProduct());
|
||||
//Destroy(storeModel.GetProduct());
|
||||
totalShipped++;
|
||||
yield return null;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user