1
0
Fork 0
forked from wry/wry

Merge pull request #386 from mahkoh/jorth/placeholder-damage

placeholder: apply damage after updating textures
This commit is contained in:
mahkoh 2025-02-28 11:49:03 +01:00 committed by GitHub
commit dbb55f10f0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -128,6 +128,9 @@ impl PlaceholderNode {
log::warn!("Could not render fullscreen texture: {}", ErrorFmt(e));
}
}
if self.node_visible() {
self.state.damage(self.node_absolute_position());
}
}
}