You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-23 15:16:17 +00:00
Skip copying values constructed immediately before returning
This commit is contained in:
@@ -575,8 +575,7 @@ struct SaveOptions {
|
||||
*/
|
||||
struct ColorProviderOptions {
|
||||
Dictionary to_json() {
|
||||
Dictionary dict;
|
||||
return dict;
|
||||
return Dictionary();
|
||||
}
|
||||
};
|
||||
|
||||
@@ -585,8 +584,7 @@ struct ColorProviderOptions {
|
||||
*/
|
||||
struct FoldingRangeProviderOptions {
|
||||
Dictionary to_json() {
|
||||
Dictionary dict;
|
||||
return dict;
|
||||
return Dictionary();
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user