Auto reload after changing baking enabled

This commit is contained in:
Atlante45 2017-08-31 16:00:55 -07:00
parent cdfae714b5
commit 2fd2bb1e92

View file

@ -616,7 +616,9 @@ ScrollingWindow {
mappings.push(path);
}
print("Setting baking enabled:" + mappings + checked);
Assets.setBakingEnabled(mappings, checked);
Assets.setBakingEnabled(mappings, checked, function() {
reload();
});
}
}
}