rsx: Fix use after move warning

This commit is contained in:
Megamouse 2025-05-24 04:46:51 +02:00
parent 09ab5477e8
commit 3aba805bc9

View file

@ -504,6 +504,7 @@ namespace rsx
{
// Exchange this surface with the invalidated one
surface = std::move(old_surface_storage);
old_surface_storage = {};
}
else
{