Fix RCS1071

This commit is contained in:
RoosterDragon
2023-03-18 12:20:20 +00:00
committed by Gustas
parent 4fe2ed3df0
commit 43ebb93ff6
3 changed files with 5 additions and 4 deletions

View File

@@ -19,8 +19,7 @@ namespace OpenRA.Mods.Common.Widgets
public double ExpA = 1.0e-3;
public double ExpB = 6.908;
public ExponentialSliderWidget()
: base() { }
public ExponentialSliderWidget() { }
public ExponentialSliderWidget(ExponentialSliderWidget other)
: base(other) { }