mirror of
https://github.com/HIllya51/LunaTranslator.git
synced 2025-01-15 08:53:53 +08:00
.
This commit is contained in:
parent
15229503ad
commit
9ffae26df3
@ -135,7 +135,7 @@ namespace
|
|||||||
hp.address = addr;
|
hp.address = addr;
|
||||||
hp.offset = stackoffset(1);
|
hp.offset = stackoffset(1);
|
||||||
hp.split = stackoffset(2);
|
hp.split = stackoffset(2);
|
||||||
hp.type = USING_STRING | FULL_STRING | NO_CONTEXT | USING_SPLIT | EMBED_ABLE | EMBED_AFTER_OVERWRITE;
|
hp.type = USING_STRING | NO_CONTEXT | USING_SPLIT | EMBED_ABLE | EMBED_AFTER_OVERWRITE;
|
||||||
hp.embed_hook_font = F_GetGlyphOutlineA;
|
hp.embed_hook_font = F_GetGlyphOutlineA;
|
||||||
hp.filter_fun = CodeXFilter;
|
hp.filter_fun = CodeXFilter;
|
||||||
return NewHook(hp, "CodeX2");
|
return NewHook(hp, "CodeX2");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user