mirror of
https://github.com/zeldaret/ss
synced 2026-05-29 16:44:44 -04:00
fix regressions
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user