remove texture auto_destroy flag
This commit is contained in:
@@ -67,8 +67,6 @@ bool LayoutManager::parse(const std::string& xml_string) noexcept
|
||||
LOG("parsing xml failed");
|
||||
}
|
||||
|
||||
LOG("parsing loaded xml");
|
||||
|
||||
tinyxml2::XMLElement* current = xml.RootElement()->FirstChildElement();
|
||||
while (current)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user