diff --git a/rpcs3/Emu/RSX/Common/surface_store.h b/rpcs3/Emu/RSX/Common/surface_store.h index ce1e9083e9..4c884c3615 100644 --- a/rpcs3/Emu/RSX/Common/surface_store.h +++ b/rpcs3/Emu/RSX/Common/surface_store.h @@ -678,6 +678,7 @@ namespace rsx } m_ranges.insert(pos, this_range); + inserted = true; break; } }