fix: typo

This commit is contained in:
Leonardo de Moura 2019-11-08 10:02:44 -08:00
parent 086dd2c362
commit 975188cee1

View file

@ -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();
}
};
}