From 5260c2b40d57cf20e712a3cc65cec57ed02e3e88 Mon Sep 17 00:00:00 2001 From: Quaternions Date: Thu, 19 Oct 2023 18:42:05 -0700 Subject: [PATCH] try unpub --- src/physics.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/physics.rs b/src/physics.rs index 5b62f80..687421d 100644 --- a/src/physics.rs +++ b/src/physics.rs @@ -507,10 +507,10 @@ enum MoveState{ } pub struct PhysicsState{ - pub time:Time, + time:Time, body:Body, world:WorldState,//currently there is only one state the world can be in - pub game:GameMechanicsState, + game:GameMechanicsState, style:StyleModifiers, touching:TouchingState, //camera must exist in state because wormholes modify the camera, also camera punch @@ -525,7 +525,7 @@ pub struct PhysicsState{ modes:Modes, //the spawn point is where you spawn when you load into the map. //This is not the same as Reset which teleports you to Spawn0 - pub spawn_point:Planar64Vec3, + spawn_point:Planar64Vec3, } #[derive(Clone)] pub struct PhysicsOutputState{