mirror of
https://github.com/GittyMac/OpenFK.git
synced 2026-03-21 17:44:31 -05:00
Remove unnecessary cast
Co-authored-by: NanderTGA <65074195+NanderTGA@users.noreply.github.com>
This commit is contained in:
parent
034d297cbd
commit
41f0df617f
|
|
@ -59,7 +59,7 @@ namespace OpenFK
|
|||
if (col[currentCol][i] == character)
|
||||
{
|
||||
ret[pos++] = (char)i;
|
||||
if (i == (char)0x3E)
|
||||
if (i == 0x3E)
|
||||
{
|
||||
endchar = pos;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user