mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Fix a case where the wrong array was used.
This commit is contained in:
parent
3b85d2ffb8
commit
f86eebbf74
1 changed files with 1 additions and 1 deletions
|
@ -611,7 +611,7 @@ void PSPOskDialog::RemoveKorean()
|
|||
{
|
||||
if(kor_lconsCom[i] == i_value[2])
|
||||
{
|
||||
tmp = kor_vowelCom[i - 1];
|
||||
tmp = kor_lconsCom[i - 1];
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue