mirror of
https://github.com/edubart/otclient.git
synced 2025-10-19 14:03:26 +02:00
text edit (not finished)
This commit is contained in:
@@ -91,6 +91,8 @@ UIElementPtr UILoader::loadFile(const std::string& file, const UIContainerPtr& p
|
||||
|
||||
// now do the real load
|
||||
loadElements(element, doc.begin().second());
|
||||
|
||||
return element;
|
||||
} catch (YAML::Exception& e) {
|
||||
logFatal("Failed to load ui file \"%s\":\n %s", file.c_str(), e.what());
|
||||
}
|
||||
|
Reference in New Issue
Block a user