mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Fix .internal()
Former-commit-id: 63207ee9bdc1fa31dcff0c5ad93c6a71857fe165
This commit is contained in:
parent
3bf09f9f9c
commit
3bb7de61ef
@ -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(),
|
||||
|
Loading…
Reference in New Issue
Block a user