Code cleanup
This commit is contained in:
committed by
teinarss
parent
10ac07bf9f
commit
2c8c6e50da
@@ -48,7 +48,7 @@ namespace OpenRA.Mods.Common.Widgets.Logic
|
||||
var requiresFormat = requiresLabel.Text;
|
||||
|
||||
ActorInfo lastActor = null;
|
||||
Hotkey lastHotkey = Hotkey.Invalid;
|
||||
var lastHotkey = Hotkey.Invalid;
|
||||
var lastPowerState = pm?.PowerState ?? PowerState.Normal;
|
||||
var descLabelY = descLabel.Bounds.Y;
|
||||
var descLabelPadding = descLabel.Bounds.Height;
|
||||
|
||||
Reference in New Issue
Block a user