mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-02-10 21:40:43 +00:00
Fix self assignment warning
This commit is contained in:
parent
a0df1e09a6
commit
b8d0396f71
@ -265,7 +265,6 @@ namespace rsx
|
|||||||
fade_animation.end = color4f(1.f);
|
fade_animation.end = color4f(1.f);
|
||||||
fade_animation.active = true;
|
fade_animation.active = true;
|
||||||
|
|
||||||
this->on_close = std::move(on_close);
|
|
||||||
visible = true;
|
visible = true;
|
||||||
|
|
||||||
const auto notify = std::make_shared<atomic_t<u32>>(0);
|
const auto notify = std::make_shared<atomic_t<u32>>(0);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user