fix regressions

This commit is contained in:
elijah-thomas774
2025-05-29 23:03:09 -04:00
parent 73fee55675
commit f09acff980
2 changed files with 6 additions and 4 deletions
+3 -3
View File
@@ -857,10 +857,10 @@ fn_800247A0__21BlurAndPaletteManagerFi = .text:0x800247A0; // type:function size
fn_800247D0__21BlurAndPaletteManagerF7mVec3_cf = .text:0x800247D0; // type:function size:0x20
__ct__21BlurAndPaletteManagerFv = .text:0x800247F0; // type:function size:0xBB0
__ct__7mVec3_cFfff = .text:0x800253A0; // type:function size:0x10
__ct__4Bpm1Fv = .text:0x800253B0; // type:function size:0xC
__ct__12EFLIGHT_PROCFv = .text:0x800253B0; // type:function size:0xC
__ct__4Bpm2Fv = .text:0x800253C0; // type:function size:0x4
__ct__4Bpm7Fv = .text:0x800253D0; // type:function size:0x4
__dt__4Bpm7Fv = .text:0x800253E0; // type:function size:0x40
__ct__16SHADOW_INFLUENCEFv = .text:0x800253D0; // type:function size:0x4
__dt__16SHADOW_INFLUENCEFv = .text:0x800253E0; // type:function size:0x40
__ct__4Bpm8Fv = .text:0x80025420; // type:function size:0x4
__dt__4Bpm8Fv = .text:0x80025430; // type:function size:0x40
__ct__4Bpm9Fv = .text:0x80025470; // type:function size:0x4
@@ -16,7 +16,9 @@ struct LIGHT_INFLUENCE {
mScale = scale;
}
void SetPosition(const mVec3_c &pos) {
mPos = pos;
mPos.x = pos.x;
mPos.y = pos.y;
mPos.z = pos.z;
}
/* 0x00 */ mVec3_c mPos;