fix: typo
This commit is contained in:
parent
086dd2c362
commit
975188cee1
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ public:
|
|||
}
|
||||
|
||||
void clear() {
|
||||
for (unsigned i = 0; i < 4; i++) m_cache_ptr[i].reset();
|
||||
for (unsigned i = 0; i < LEAN_NUM_TRANSPARENCY_MODES; i++) m_cache_ptr[i].reset();
|
||||
}
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue