You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
Use doubles for time in many other places
This commit is contained in:
@@ -4073,7 +4073,7 @@ void CanvasItemEditor::_popup_warning_depop(Control *p_control) {
|
||||
info_overlay->set_offset(SIDE_LEFT, (show_rulers ? RULER_WIDTH : 0) + 10);
|
||||
}
|
||||
|
||||
void CanvasItemEditor::_popup_warning_temporarily(Control *p_control, const float p_duration) {
|
||||
void CanvasItemEditor::_popup_warning_temporarily(Control *p_control, const double p_duration) {
|
||||
Timer *timer;
|
||||
if (!popup_temporarily_timers.has(p_control)) {
|
||||
timer = memnew(Timer);
|
||||
|
||||
Reference in New Issue
Block a user