Merge pull request #386 from mahkoh/jorth/placeholder-damage
placeholder: apply damage after updating textures
This commit is contained in:
commit
dbb55f10f0
1 changed files with 3 additions and 0 deletions
|
|
@ -128,6 +128,9 @@ impl PlaceholderNode {
|
||||||
log::warn!("Could not render fullscreen texture: {}", ErrorFmt(e));
|
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