This commit is contained in:
2021-12-24 01:15:19 -08:00
parent a77c6d76f0
commit 8f9dab8d75

View File

@@ -114,7 +114,7 @@ impl RuntimeState {
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()
}