- fixed Font struct export and removed the duplicate handler.
This commit is contained in:
parent
049124ed21
commit
e0289eb0ac
2 changed files with 1 additions and 16 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue