From 1d9be89494d2a92bac39d39ff227d479a512bd15 Mon Sep 17 00:00:00 2001 From: Kayh Date: Mon, 19 Aug 2024 23:26:53 -0400 Subject: [PATCH] simplify wired-physics sphere shape --- spatial/wit/wired-physics/world.wit | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/spatial/wit/wired-physics/world.wit b/spatial/wit/wired-physics/world.wit index 62c4ca6..76e8213 100644 --- a/spatial/wit/wired-physics/world.wit +++ b/spatial/wit/wired-physics/world.wit @@ -16,11 +16,7 @@ interface types { variant shape { cuboid(vec3), - sphere(sphere), - } - - record sphere { - radius: f32 + sphere(f32), } resource rigid-body {