You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Add String::remove_char(s) methods for performance and convenience
This commit is contained in:
@@ -1141,7 +1141,7 @@ Error ProjectSettings::save_custom(const String &p_path, const CustomMap &p_cust
|
||||
save_features += ",";
|
||||
}
|
||||
|
||||
String f = p_custom_features[i].strip_edges().replace("\"", "");
|
||||
String f = p_custom_features[i].strip_edges().remove_char('\"');
|
||||
save_features += f;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user