Make all String float conversion methods be 64-bit
This commit is contained in:
parent
4e825539e5
commit
56e2c6c704
25 changed files with 106 additions and 125 deletions
|
|
@ -458,7 +458,7 @@ void SpriteFramesEditor::_animation_select() {
|
|||
}
|
||||
|
||||
if (frames->has_animation(edited_anim)) {
|
||||
double value = anim_speed->get_line_edit()->get_text().to_double();
|
||||
double value = anim_speed->get_line_edit()->get_text().to_float();
|
||||
if (!Math::is_equal_approx(value, frames->get_animation_speed(edited_anim))) {
|
||||
_animation_fps_changed(value);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue