You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-16 14:00:40 +00:00
Add const lvalue ref to editor/* container parameters
This commit is contained in:
@@ -134,7 +134,7 @@ class AnimationNodeStateMachineEditor : public AnimationTreeNodeEditorPlugin {
|
||||
|
||||
void _state_machine_draw();
|
||||
|
||||
void _state_machine_pos_draw_individual(String p_name, float p_ratio);
|
||||
void _state_machine_pos_draw_individual(const String &p_name, float p_ratio);
|
||||
void _state_machine_pos_draw_all();
|
||||
|
||||
void _update_graph();
|
||||
|
||||
Reference in New Issue
Block a user