mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-02-04 23:04:41 +01:00
rsx/zcull: Fix silly copypasta
- Find+Replace bug
This commit is contained in:
parent
1e0909c579
commit
ae8e28282c
|
|
@ -106,9 +106,9 @@ namespace rsx
|
|||
|
||||
void ZCULL_control::set_status(class ::rsx::thread* ptimer, bool surface_active, bool zpass_active, bool zcull_stats_active, bool flush_queue)
|
||||
{
|
||||
surface_active = surface_active;
|
||||
zpass_count_enabled = zpass_active;
|
||||
stats_enabled = zcull_stats_active;
|
||||
this->surface_active = surface_active;
|
||||
this->zpass_count_enabled = zpass_active;
|
||||
this->stats_enabled = zcull_stats_active;
|
||||
|
||||
check_state(ptimer, flush_queue);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue