rsx/texture_cache_utils: Warnings cleanup

This commit is contained in:
kd-11 2019-08-31 14:35:08 +03:00 committed by kd-11
parent 27fabd7607
commit e99e8460fe
1 changed files with 1 additions and 1 deletions

View File

@ -1130,7 +1130,7 @@ namespace rsx
dirty = new_dirty; dirty = new_dirty;
AUDIT(dirty || (!dirty && exists())); AUDIT(dirty || exists());
update_unreleased(); update_unreleased();
} }