fix: regression on invisible images not being rendered

This commit is contained in:
Almamu 2025-05-10 09:23:25 +02:00
parent 229722f7b0
commit fe02b73d43

View File

@ -383,9 +383,6 @@ void CImage::render () {
if (!this->m_initialized)
return;
if (!this->getImage()->isVisible())
return;
glColorMask (true, true, true, true);
// update the position if required