minimal logging

This commit is contained in:
2021-02-19 22:11:24 -08:00
parent 85376e5b17
commit d0a2893056
5 changed files with 47 additions and 26 deletions

View File

@@ -116,10 +116,5 @@ pub fn update_models(
position.rot.x = rotation.x.into();
position.rot.y = rotation.y.into();
position.rot.z = rotation.z.into();
// mx.x = pos.rotation.i;
// mx.y = pos.rotation.j;
// mx.z = pos.rotation.k;
// mx.w = pos.rotation.w;
}
}