mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 19:45:20 +00:00
Fix self assignment warning
This commit is contained in:
parent
c32784f20b
commit
48eb45ce45
1 changed files with 0 additions and 1 deletions
|
@ -265,7 +265,6 @@ namespace rsx
|
|||
fade_animation.end = color4f(1.f);
|
||||
fade_animation.active = true;
|
||||
|
||||
this->on_close = std::move(on_close);
|
||||
visible = true;
|
||||
|
||||
const auto notify = std::make_shared<atomic_t<u32>>(0);
|
||||
|
|
Loading…
Add table
Reference in a new issue