mirror of
https://gitlab.com/Nanolx/homebrewfilter.git
synced 2024-12-27 10:01:48 +01:00
fixed a bug
This commit is contained in:
parent
8adcacc90a
commit
e7e6ce81cd
@ -53,7 +53,7 @@ GuiKeyboard::GuiKeyboard(char * t, u32 max, bool Br)
|
||||
else
|
||||
letterPos = 0;
|
||||
|
||||
Key thekeys[4][13] = {
|
||||
Key thekeys[4][11] = {
|
||||
{
|
||||
{'1','!'},
|
||||
{'2','@'},
|
||||
@ -105,8 +105,6 @@ GuiKeyboard::GuiKeyboard(char * t, u32 max, bool Br)
|
||||
{',','<'},
|
||||
{'.','>'},
|
||||
{'/','?'},
|
||||
{'\0','\0'},
|
||||
{'\0','\0'},
|
||||
{'\0','\0'}
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user