mirror of
https://github.com/Almamu/linux-wallpaperengine.git
synced 2025-09-14 13:56:48 +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)
|
if (!this->m_initialized)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if (!this->getImage()->isVisible())
|
|
||||||
return;
|
|
||||||
|
|
||||||
glColorMask (true, true, true, true);
|
glColorMask (true, true, true, true);
|
||||||
|
|
||||||
// update the position if required
|
// update the position if required
|
||||||
|
Loading…
Reference in New Issue
Block a user