Fix .internal()

Former-commit-id: 63207ee9bdc1fa31dcff0c5ad93c6a71857fe165
This commit is contained in:
timokoesters 2019-04-22 19:46:29 +02:00
parent 3bf09f9f9c
commit 3bb7de61ef

View File

@ -192,7 +192,7 @@ impl FigureCache {
}
pub fn render(&mut self, renderer: &mut Renderer, client: &Client, globals: &Consts<Globals>) {
let ecs = client.state().ecs().internal();
let ecs = client.state().ecs();
let models = &mut self.models;
for (entity, &character) in (
&ecs.entities(),