diff --git a/rpcs3/Emu/RSX/Common/surface_store.h b/rpcs3/Emu/RSX/Common/surface_store.h index 70007178fa..d3e9db45b2 100644 --- a/rpcs3/Emu/RSX/Common/surface_store.h +++ b/rpcs3/Emu/RSX/Common/surface_store.h @@ -1474,7 +1474,7 @@ namespace rsx { auto process_list_function = [&](surface_ranged_map& data, const utils::address_range32& range) { - std::vector surfaces_to_clone; + std::vector surfaces_to_clone; for (auto It = data.begin_range(range); It != data.end();) {