You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-10 13:00:37 +00:00
Merge pull request #57052 from KoBeWi/nosort
This commit is contained in:
@@ -1692,8 +1692,6 @@ String Variant::stringify(int recursion_count) const {
|
|||||||
pairs.push_back(sp);
|
pairs.push_back(sp);
|
||||||
}
|
}
|
||||||
|
|
||||||
pairs.sort();
|
|
||||||
|
|
||||||
for (int i = 0; i < pairs.size(); i++) {
|
for (int i = 0; i < pairs.size(); i++) {
|
||||||
if (i > 0) {
|
if (i > 0) {
|
||||||
str += ", ";
|
str += ", ";
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
GDTEST_OK
|
GDTEST_OK
|
||||||
{2:4, a:1, b:2, with spaces:3}
|
{a:1, b:2, with spaces:3, 2:4}
|
||||||
|
|||||||
Reference in New Issue
Block a user