mirror of
https://github.com/godotengine/godot.git
synced 2025-10-22 17:33:33 +00:00
Remove redundant assignments.
Use used_in_transfer instead of used_in_compute twice.
This commit is contained in:
parent
0a001afec5
commit
c86db8b710
5 changed files with 3 additions and 9 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue