Fixed spaces

This commit is contained in:
Roel Algaba Brizuela 2021-05-19 17:00:59 +02:00 committed by bernat
parent f1778e9849
commit ed8809d2a0
1 changed files with 1 additions and 1 deletions

View File

@ -427,7 +427,7 @@ def import_assets_from_json_list(json_list):
# We prepare only the maps for cooking after moving them. Props cooking will be done from Package.sh script.
if len(maps) > 0:
prepare_maps_commandlet_for_cooking(package_name, only_prepare_maps=True)
load_asset_materials_commandlet(package_name)
load_asset_materials_commandlet(package_name)
thr.join()
def load_asset_materials_commandlet(package_name):