- fixed Font struct export and removed the duplicate handler.

This commit is contained in:
Christoph Oelckers 2022-04-07 15:11:20 +02:00
commit e0289eb0ac
2 changed files with 1 additions and 16 deletions

View file

@ -175,7 +175,7 @@ static int fieldcmp(const void * a, const void * b)
void InitImports()
{
auto fontstruct = NewStruct("FFont", nullptr, true);
auto fontstruct = NewStruct("Font", nullptr, true);
fontstruct->Size = sizeof(FFont);
fontstruct->Align = alignof(FFont);
NewPointer(fontstruct, false)->InstallHandlers(