Fix self assignment warning

This commit is contained in:
Megamouse 2025-01-09 22:00:31 +01:00
parent a0df1e09a6
commit b8d0396f71

View File

@ -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);