Fixes spelling in comment.
This commit is contained in:
@@ -222,7 +222,7 @@ namespace OpenRA.Mods.Common.Widgets
|
|||||||
bool wasDisabled;
|
bool wasDisabled;
|
||||||
public override void Tick()
|
public override void Tick()
|
||||||
{
|
{
|
||||||
// Remove the blicking cursor when disabled
|
// Remove the blinking cursor when disabled
|
||||||
var isDisabled = IsDisabled();
|
var isDisabled = IsDisabled();
|
||||||
if (isDisabled != wasDisabled)
|
if (isDisabled != wasDisabled)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user