placeholder: apply damage after updating textures
This commit is contained in:
parent
5d81d7609a
commit
a7bc11eaba
1 changed files with 3 additions and 0 deletions
|
|
@ -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());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue