fix producer components call after liquid_container branch merge

qteditor
Maikel de Vries 2016-05-08 10:47:12 +02:00
parent 6c8c4c9c19
commit e92e7a2e2c
1 changed files with 1 additions and 1 deletions

View File

@ -829,7 +829,7 @@ public func IsCollectionAllowed(object item)
var product = queued.Product;
var i = 0, component_id;
while (component_id = GetComponent(nil, i, nil, product))
while (component_id = product->GetComponent(nil, i))
{
if (component_id->~GetLiquidType() == item->~CanConvertToLiquidType())
{