You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 12:40:44 +00:00
Convert _notification methods to switch - Chunk C
This commit is contained in:
@@ -66,7 +66,7 @@ class TextControlEditor : public HBoxContainer {
|
||||
Ref<Font> custom_font;
|
||||
|
||||
protected:
|
||||
void _notification(int p_notification);
|
||||
void _notification(int p_what);
|
||||
static void _bind_methods();
|
||||
|
||||
void _find_resources(EditorFileSystemDirectory *p_dir);
|
||||
|
||||
Reference in New Issue
Block a user