You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-12 13:20:55 +00:00
Use doubles for time in many other places
This commit is contained in:
@@ -540,7 +540,7 @@ private:
|
||||
VSplitContainer *bottom_split;
|
||||
|
||||
void _update_context_menu_stylebox();
|
||||
void _popup_warning_temporarily(Control *p_control, const float p_duration);
|
||||
void _popup_warning_temporarily(Control *p_control, const double p_duration);
|
||||
void _popup_warning_depop(Control *p_control);
|
||||
|
||||
void _set_owner_for_node_and_children(Node *p_node, Node *p_owner);
|
||||
|
||||
Reference in New Issue
Block a user