Fix characters or cursor vanishing when cursor is in escaped color code that is expanded
This commit is contained in:
@ -5287,6 +5287,17 @@ namespace Game
|
||||
FONTPASS_COUNT = 0x3,
|
||||
};
|
||||
|
||||
struct field_t
|
||||
{
|
||||
int cursor;
|
||||
int scroll;
|
||||
int drawWidth;
|
||||
int widthInPixels;
|
||||
float charHeight;
|
||||
int fixedSize;
|
||||
char buffer[256];
|
||||
};
|
||||
|
||||
#pragma endregion
|
||||
|
||||
#ifndef IDA
|
||||
|
Reference in New Issue
Block a user