mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-21 03:55:32 +00:00
overlays: fix minor warning
This commit is contained in:
parent
47040be3ad
commit
f073ff8fe8
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ namespace rsx
|
|||
text_view.align_text(overlay_element::text_align::center);
|
||||
text_view.back_color.a = 0.f;
|
||||
|
||||
sliding_animation.duration = 1.5;
|
||||
sliding_animation.duration = 1.5f;
|
||||
sliding_animation.type = animation_type::ease_in_out_cubic;
|
||||
sliding_animation.current = { -f32(frame.w), 0, 0 };
|
||||
sliding_animation.end = { 0, 0, 0};
|
||||
|
|
Loading…
Add table
Reference in a new issue