updated to the new Pikotools api (new Space struct)
This commit is contained in:
@@ -121,7 +121,7 @@ void gallery_tab_meta_str(Info & i)
|
||||
if( gallery_index < gallery_info.item_sort_tab.size() )
|
||||
{
|
||||
Item & item = *gallery_info.item_sort_tab[gallery_index];
|
||||
item.item_content.meta.Serialize(i.out, true, false);
|
||||
item.item_content.meta.serialize_to_space_stream(i.out, true);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user