mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 21:07:59 +03:00
Merge branch 'master' into menuscripts
This commit is contained in:
commit
9cce2e39ba
215 changed files with 4307 additions and 2011 deletions
|
@ -38,7 +38,7 @@ namespace LuaUi
|
|||
if (typeField != sol::nil && templateType != type)
|
||||
throw std::logic_error(std::string("Template layout type ") + type
|
||||
+ std::string(" doesn't match template type ") + templateType);
|
||||
type = templateType;
|
||||
type = std::move(templateType);
|
||||
}
|
||||
return type;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue