diff --git a/client/client/Assets/Scripts/CoreGame/AFramSync/Logic/Component/Level/LevelWaveComponent.cs b/client/client/Assets/Scripts/CoreGame/AFramSync/Logic/Component/Level/LevelWaveComponent.cs index acfdea3b..a52bfe1e 100644 --- a/client/client/Assets/Scripts/CoreGame/AFramSync/Logic/Component/Level/LevelWaveComponent.cs +++ b/client/client/Assets/Scripts/CoreGame/AFramSync/Logic/Component/Level/LevelWaveComponent.cs @@ -105,7 +105,7 @@ namespace CoreGame.Logic public Fixed64 GetDefaultMoveSpeed() { - return (Fixed64._1 + Fixed64._0_125) / GetTurnLen(); + return (Fixed64._1) / GetTurnLen(); } public void PushGridPieceInst(GridPieceInst inst)