removed fadeControl
This commit is contained in:
		@@ -848,12 +848,7 @@ private void throwMatrix(UUID uuid) {
 | 
			
		||||
        app.getAcousticHandler().playSound(MdgaSound.MATRIX);
 | 
			
		||||
        Spatial piece = pieces.get(uuid).getSpatial();
 | 
			
		||||
        piece.addControl(new MatrixAnimation(app, radarPos,()-> {
 | 
			
		||||
            piece.addControl(new FadeControl(1,1,0,
 | 
			
		||||
                    () -> {
 | 
			
		||||
                        throwPiece(uuid);
 | 
			
		||||
                        piece.addControl(new FadeControl(1,0,1));
 | 
			
		||||
                    }
 | 
			
		||||
            ));
 | 
			
		||||
            throwPieceAnim(uuid);
 | 
			
		||||
        }));
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user