Fix a collection of minor style violations.
This enables several new StyleCopAnalyzer rules to be enabled immediately during migration.
This commit is contained in:
@@ -19,10 +19,8 @@ namespace OpenRA.Mods.Common.Widgets
|
||||
public double ExpA = 1.0e-3;
|
||||
public double ExpB = 6.908;
|
||||
|
||||
public ExponentialSliderWidget() :
|
||||
base() { }
|
||||
public ExponentialSliderWidget(ExponentialSliderWidget other) :
|
||||
base(other) { }
|
||||
public ExponentialSliderWidget(ExponentialSliderWidget other)
|
||||
: base(other) { }
|
||||
|
||||
float ExpFromLinear(float x)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user