diff options
author | metamuffin <metamuffin@disroot.org> | 2025-01-21 22:00:39 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-01-21 22:00:39 +0100 |
commit | 12bf2f3302efc9042f12ca17104928c35700c229 (patch) | |
tree | 7abf77d5b94308993c9d67f65413f8a8d698c685 /world/src/main.rs | |
parent | 20d5d575ad84da3d37bd581425fc335016f33c82 (diff) | |
download | weareserver-12bf2f3302efc9042f12ca17104928c35700c229.tar weareserver-12bf2f3302efc9042f12ca17104928c35700c229.tar.bz2 weareserver-12bf2f3302efc9042f12ca17104928c35700c229.tar.zst |
split shaders to individual files
Diffstat (limited to 'world/src/main.rs')
-rw-r--r-- | world/src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
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(); |