You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Remove redundant assignments.
Use used_in_transfer instead of used_in_compute twice.
This commit is contained in:
@@ -1117,7 +1117,6 @@ GDScriptParser::EnumNode *GDScriptParser::parse_enum() {
|
||||
}
|
||||
item.custom_value = value;
|
||||
}
|
||||
item.rightmost_column = previous.rightmost_column;
|
||||
|
||||
item.index = enum_node->values.size();
|
||||
enum_node->values.push_back(item);
|
||||
|
||||
Reference in New Issue
Block a user