You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Use switch consistently in _notification (scene folder)
This commit is contained in:
@@ -74,6 +74,7 @@ void CodeEdit::_notification(int p_what) {
|
||||
|
||||
line_length_guideline_color = get_theme_color(SNAME("line_length_guideline_color"));
|
||||
} break;
|
||||
|
||||
case NOTIFICATION_DRAW: {
|
||||
RID ci = get_canvas_item();
|
||||
const Size2 size = get_size();
|
||||
|
||||
Reference in New Issue
Block a user