mirror of
https://github.com/Almamu/linux-wallpaperengine.git
synced 2025-07-14 05:12:25 +08:00
fix: regression on invisible images not being rendered
This commit is contained in:
parent
229722f7b0
commit
fe02b73d43
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user