mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-01 19:15:29 +02: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…
Reference in a new issue