Stop truncating the renderers in text::Pipeline
We avoid recreating buffers this way, and the amount of layers should stay relatively low anyways.
This commit is contained in:
parent
f37b87fbab
commit
15d257a52a
1 changed files with 0 additions and 1 deletions
|
|
@ -209,7 +209,6 @@ impl Pipeline {
|
|||
}
|
||||
|
||||
pub fn end_frame(&mut self) {
|
||||
self.renderers.truncate(self.layer);
|
||||
self.system
|
||||
.as_mut()
|
||||
.unwrap()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue