Fix compilation errors in cutscene editor
This commit is contained in:
parent
f500fb2d33
commit
f453669439
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ void CutsceneEditor::drawUI() {
|
||||||
|
|
||||||
if(ImGui::Button("Change scene")) {
|
if(ImGui::Button("Change scene")) {
|
||||||
open_asset<Scene>(AssetType::Scene, [](prism::path path) {
|
open_asset<Scene>(AssetType::Scene, [](prism::path path) {
|
||||||
currentShot->scene = engine->load_scene(prism::app_domain / path);
|
currentShot->scene = engine->load_scene(prism::game_domain / path);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in a new issue