mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-19 05:02:12 -04:00
Switch to Aurora headers for GX/VI
Replace GXSetArray() with GXSETARRAY() taking in size everywhere Fix a ton of structs/enums being referred to with underscore name.
This commit is contained in:
@@ -530,7 +530,7 @@ int daObj_KBacket_c::Draw() {
|
||||
} else {
|
||||
cM3dGPla plane;
|
||||
if (dComIfG_Bgsp().GetTriPla(mGndChk, &plane) != 0) {
|
||||
_GXTexObj* p_Var4 = dDlst_shadowControl_c::getSimpleTex();
|
||||
GXTexObj* p_Var4 = dDlst_shadowControl_c::getSimpleTex();
|
||||
dComIfGd_setSimpleShadow(¤t.pos, field_0xa00, 50.0f,
|
||||
&plane.mNormal, 0, 1.0f, p_Var4);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user