mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Don't sort printed Dictionary
This commit is contained in:
@@ -1692,8 +1692,6 @@ String Variant::stringify(int recursion_count) const {
|
||||
pairs.push_back(sp);
|
||||
}
|
||||
|
||||
pairs.sort();
|
||||
|
||||
for (int i = 0; i < pairs.size(); i++) {
|
||||
if (i > 0) {
|
||||
str += ", ";
|
||||
|
||||
Reference in New Issue
Block a user