1
0
Fork 0
forked from wry/wry

placeholder: apply damage after updating textures

This commit is contained in:
Julian Orth 2025-02-28 11:46:53 +01:00
parent 5d81d7609a
commit a7bc11eaba

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