mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-02-01 10:30:08 -05:00
--Bug Fixes:
-Save palettes values in flame files as uppercase.
This commit is contained in:
parent
9b810d529f
commit
cfb766f728
@ -244,6 +244,7 @@ string EmberToXml<T>::ToString(Ember<T>& ember, const string& extraAttributes, s
|
||||
}
|
||||
|
||||
os << ">\n";
|
||||
os << std::uppercase;
|
||||
|
||||
for (i = 0; i < 32; i++)
|
||||
{
|
||||
@ -260,6 +261,7 @@ string EmberToXml<T>::ToString(Ember<T>& ember, const string& extraAttributes, s
|
||||
os << "\n";
|
||||
}
|
||||
|
||||
os << std::nouppercase;
|
||||
os << " </palette>\n";
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user