mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-10 02:35:17 -04:00
setup dolphin VEC/MTX function defines (#1903)
* setup VEC function defines * setup MTX function defines
This commit is contained in:
@@ -52,7 +52,7 @@ int dThunder_c::draw() {
|
||||
mDoMtx_stack_c::XrotM(field_0x15c);
|
||||
|
||||
Mtx m;
|
||||
PSMTXCopy(mDoMtx_stack_c::get(), m);
|
||||
MTXCopy(mDoMtx_stack_c::get(), m);
|
||||
|
||||
mModelInfo.mpModel->setBaseScale(field_0x138);
|
||||
mModelInfo.mpModel->i_setBaseTRMtx(m);
|
||||
|
||||
Reference in New Issue
Block a user