diff --git a/Qwilight/Compute/DefaultCompute.cs b/Qwilight/Compute/DefaultCompute.cs index e5340e2..b759a1c 100644 --- a/Qwilight/Compute/DefaultCompute.cs +++ b/Qwilight/Compute/DefaultCompute.cs @@ -4503,8 +4503,8 @@ Array.Fill(_hitPointsGAS, HitPoints.TargetValue); Point.TargetValue = 1.0; Point.Value = 1.0; - VeilDrawingHeight.TargetValue = 0.0; - VeilDrawingHeight.Value = 0.0; + VeilDrawingHeight.TargetValue = Configure.Instance.VeilDrawingHeight; + VeilDrawingHeight.Value = Configure.Instance.VeilDrawingHeight; HandlingBPM = LevyingBPM; _valueComponent.SetBPM(LevyingBPM); _millisStandardMeter = 60000.0 / LevyingBPM; diff --git a/Qwilight/System/UI/UI.cs b/Qwilight/System/UI/UI.cs index 9d0218b..b155ceb 100644 --- a/Qwilight/System/UI/UI.cs +++ b/Qwilight/System/UI/UI.cs @@ -2003,6 +2003,10 @@ break; } } + if (VeilDrawings.Count == 0) + { + VeilDrawings.Add(DrawingSystem.Instance.ClearedDrawing); + } for (var i = (int)Component.Judged.Lowest; i >= (int)Component.Judged.Highest; --i) {