summaryrefslogtreecommitdiff
path: root/world/src/main.rs
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-01-20 19:49:46 +0100
committermetamuffin <metamuffin@disroot.org>2025-01-20 19:49:46 +0100
commit2e3912fbc8d0e2c100a8d75bd2e8d3a579d25db0 (patch)
tree82da40367ae89e9217c207ffda7a87ed12a24ef1 /world/src/main.rs
parentbde0d7d3cc05752977b84a35821481e0e791febe (diff)
downloadweareserver-2e3912fbc8d0e2c100a8d75bd2e8d3a579d25db0.tar
weareserver-2e3912fbc8d0e2c100a8d75bd2e8d3a579d25db0.tar.bz2
weareserver-2e3912fbc8d0e2c100a8d75bd2e8d3a579d25db0.tar.zst
armature
Diffstat (limited to 'world/src/main.rs')
-rw-r--r--world/src/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/world/src/main.rs b/world/src/main.rs
index a2d25ca..67a7c5d 100644
--- a/world/src/main.rs
+++ b/world/src/main.rs
@@ -122,6 +122,7 @@ fn main() -> Result<()> {
.par_iter()
.map(|(trans, node)| {
let mut prefab = Prefab::default();
+
if let Some(mesh) = node.mesh() {
import_mesh(
mesh,