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