mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-18 16:10:26 +02:00
Fix incorrect search & replace for "char => char8" in comments
This commit is contained in:
parent
b10edc6f0a
commit
c0b787cbf0
12 changed files with 32 additions and 32 deletions
|
@ -1553,7 +1553,7 @@ namespace IDE.ui
|
|||
bool inStrView = false;
|
||||
bool checkSubChar = true;
|
||||
float testX = curX;
|
||||
curX += 4; // offset by half a char8acter
|
||||
curX += 4; // offset by half a character
|
||||
testX -= GS!(mColumnDisplayStart);
|
||||
testX /= (float)GS!(mColumnDisplayStride);
|
||||
if (testX < 0.0f)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue