Minimap fixes (needs change for intensityI8 in aurora) and some other BE fixes

This commit is contained in:
Lurs
2026-03-31 11:38:59 +02:00
parent 53c915d627
commit bf07cf4c5f
7 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -106,7 +106,7 @@ void dBgp_c::modelMaterial_c::set(J3DModelData* i_modelData, J3DMaterial* i_mate
void dBgp_c::model_c::create(J3DModelData* i_modelData, Mtx i_mtx) {
const void* binary = i_modelData->getBinary();
mId = *(u32*)((char*)binary + 0x1C);
mId = *(BE(u32)*)((char*)binary + 0x1C);
if (mId != 0xFFFF) {
addShare(mId);
}