mirror of
https://github.com/PabloMK7/citra.git
synced 2025-09-08 20:00:04 +00:00
make variable const
This commit is contained in:
parent
11bbef57a8
commit
6e3a01399b
1 changed files with 1 additions and 1 deletions
|
@ -647,7 +647,7 @@ typename T::Surface& RasterizerCache<T>::GetTextureCube(const TextureCubeConfig&
|
|||
|
||||
Surface& cube_surface = slot_surfaces[cube.surface_id];
|
||||
for (u32 i = 0; i < addresses.size(); i++) {
|
||||
SurfaceId& face_id = cube.face_ids[i];
|
||||
const SurfaceId& face_id = cube.face_ids[i];
|
||||
if (!addresses[i] || !face_id) {
|
||||
continue;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue