From 2d476b89da1dbe6b49c98ee021cfeb3e2b1d6c98 Mon Sep 17 00:00:00 2001 From: "Elijah C. Voigt" Date: Wed, 27 Mar 2024 20:51:14 -0700 Subject: [PATCH] Oh good, the piece was moving, it was just invisible! --- src/display3d.rs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/display3d.rs b/src/display3d.rs index 5a1e6b0..1357947 100644 --- a/src/display3d.rs +++ b/src/display3d.rs @@ -1276,9 +1276,6 @@ fn capture_piece( .get_mut(entity) .expect("Visibility and Transform of captured piece"); - // Hide piece now that animation is done - *v = Visibility::Hidden; - // HACK: This is dirty. Why side, but score.captures(!side)? info!( "Capture translation: ({:?}, {:?}) {:?}", @@ -1374,7 +1371,7 @@ fn dissolve_animation( time: Res