You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 19:31:35 +00:00
Renamed most signals so they refer to:
-An action being requested to the user in present tense: (ie, draw, gui_input, etc) -A notification that an action happened, in past tense (ie, area_entered, modal_closed, etc).
This commit is contained in:
@@ -714,7 +714,7 @@ EditorProfiler::EditorProfiler()
|
||||
//graph->set_ignore_mouse(false);
|
||||
graph->connect("draw",this,"_graph_tex_draw");
|
||||
graph->connect("gui_input",this,"_graph_tex_input");
|
||||
graph->connect("mouse_exit",this,"_graph_tex_mouse_exit");
|
||||
graph->connect("mouse_exited",this,"_graph_tex_mouse_exit");
|
||||
|
||||
h_split->add_child(graph);
|
||||
graph->set_h_size_flags(SIZE_EXPAND_FILL);
|
||||
|
||||
Reference in New Issue
Block a user