You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 12:50:35 +00:00
Update if == NOTIFICATION_* to switch statements to match coding style
This commit is contained in:
@@ -50,6 +50,7 @@ void Polygon3DEditor::_notification(int p_what) {
|
||||
get_tree()->connect("node_removed", callable_mp(this, &Polygon3DEditor::_node_removed));
|
||||
|
||||
} break;
|
||||
|
||||
case NOTIFICATION_PROCESS: {
|
||||
if (!node) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user