mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Auto reload after changing baking enabled
This commit is contained in:
parent
cdfae714b5
commit
2fd2bb1e92
1 changed files with 3 additions and 1 deletions
|
@ -616,7 +616,9 @@ ScrollingWindow {
|
|||
mappings.push(path);
|
||||
}
|
||||
print("Setting baking enabled:" + mappings + checked);
|
||||
Assets.setBakingEnabled(mappings, checked);
|
||||
Assets.setBakingEnabled(mappings, checked, function() {
|
||||
reload();
|
||||
});
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue