mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-09-21 20:06:40 +00:00
Add some rough performance reporting.
Make the profiler converge a bit faster. This was SVN commit r8939.
This commit is contained in:
@@ -279,7 +279,7 @@ void CMapWriter::WriteXML(const VfsPath& filename,
|
||||
|
||||
if (pSimulation2)
|
||||
{
|
||||
std::string settings = pSimulation2->GetMapSettings();
|
||||
std::string settings = pSimulation2->GetMapSettingsString();
|
||||
if (!settings.empty())
|
||||
{
|
||||
XML_Element("ScriptSettings");
|
||||
|
||||
Reference in New Issue
Block a user