This commit is contained in:
MihailRis 2024-11-19 09:39:46 +03:00
parent 6e0434c5c8
commit 134deb0ae6

View File

@ -65,7 +65,7 @@ gui::page_loader_func menus::create_page_loader(Engine* engine) {
scripting::get_root_environment(), scripting::get_root_environment(),
fullname, fullname,
file, file,
"core:layout/pages/" + name "core:layouts/pages/" + name
); );
auto document = document_ptr.get(); auto document = document_ptr.get();
engine->getAssets()->store(std::move(document_ptr), fullname); engine->getAssets()->store(std::move(document_ptr), fullname);