From 12bf2f3302efc9042f12ca17104928c35700c229 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Tue, 21 Jan 2025 22:00:39 +0100 Subject: split shaders to individual files --- world/src/main.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'world/src/main.rs') diff --git a/world/src/main.rs b/world/src/main.rs index a31ef63..b5ce1a4 100644 --- a/world/src/main.rs +++ b/world/src/main.rs @@ -178,6 +178,7 @@ fn main() -> Result<()> { &mut prefab, &args, &texture_cache, + &armatures, )?; } let (position, _, _) = node.transform().decomposed(); -- cgit v1.2.3-70-g09d2