fix base-cycling for mac build, too?
This commit is contained in:
@@ -133,7 +133,7 @@ namespace OpenRA.Widgets
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (e.KeyChar == '\b')
|
if (e.KeyChar == '\b' || e.KeyChar == (char)127)
|
||||||
{
|
{
|
||||||
GotoNextBase();
|
GotoNextBase();
|
||||||
return true;
|
return true;
|
||||||
|
|||||||
Reference in New Issue
Block a user