mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Many fallthrough switch cases now have the FALLTHROUGH macro to tell the compiler that this is intended.
This commit is contained in:
@@ -61,8 +61,8 @@ void TileMapEditor::_notification(int p_what) {
|
||||
if (is_visible_in_tree()) {
|
||||
_update_palette();
|
||||
}
|
||||
|
||||
} // fallthrough
|
||||
FALLTHROUGH;
|
||||
}
|
||||
|
||||
case NOTIFICATION_ENTER_TREE: {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user