|
|
@ -114,7 +114,7 @@ impl RuntimeState {
|
|
|
|
self.mesh_cache.get(mesh)
|
|
|
|
self.mesh_cache.get(mesh)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
pub fn p(&mut self) -> Vec<TomlEntityDescription> {
|
|
|
|
pub fn get_entities(&mut self) -> Vec<TomlEntityDescription> {
|
|
|
|
self.config_db.entities.clone()
|
|
|
|
self.config_db.entities.clone()
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|