mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 16:55:07 +02: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