chore(ui): use DRAWLAYER value in CSimpleButton::SetFontString

This commit is contained in:
fallenoak 2025-11-05 16:50:21 -06:00
parent ecbe272039
commit 0971e689b9
No known key found for this signature in database
GPG Key ID: 7628F8E61AEA070D

View File

@ -490,7 +490,7 @@ void CSimpleButton::SetFontString(CSimpleFontString* text) {
} }
if (text) { if (text) {
text->SetFrame(this, 2, 1); text->SetFrame(this, DRAWLAYER_ARTWORK, 1);
} }
if (!text->Sub482AC0()) { if (!text->Sub482AC0()) {