fix base-cycling for mac build, too?

This commit is contained in:
Chris Forbes
2010-10-10 15:11:53 +13:00
parent 79d6eb4a2b
commit 0df9815d2c

View File

@@ -133,7 +133,7 @@ namespace OpenRA.Widgets
return true;
}
if (e.KeyChar == '\b')
if (e.KeyChar == '\b' || e.KeyChar == (char)127)
{
GotoNextBase();
return true;