map highlight fix

This commit is contained in:
Jasper St. Pierre
2026-05-02 11:44:33 -07:00
parent 6b327c9f61
commit 1ee0f862e1
6 changed files with 27 additions and 12 deletions
+6
View File
@@ -38,3 +38,9 @@ bool JUTPalette::load() {
return check;
}
#if TARGET_PC
void JUTPalette::dataUploaded() {
GXInitTlutObjData(&mTlutObj, (void*)mColorTable);
}
#endif