diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-02-23 19:59:54 -0500 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-02-23 19:59:54 -0500 |
| commit | c4ad9f7241e2f4bf09a88deb62d683796c4d4200 (patch) | |
| tree | ed547fe2bc212092cda87cd3d4ca09b86731de43 /src/d/d_bg_w_deform.cpp | |
| parent | 730b74e2e3097297258deee1eb2a68c7f82d1ce2 (diff) | |
Various cleanup
Diffstat (limited to 'src/d/d_bg_w_deform.cpp')
| -rw-r--r-- | src/d/d_bg_w_deform.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/d_bg_w_deform.cpp b/src/d/d_bg_w_deform.cpp index 48ab521b..91ad2e29 100644 --- a/src/d/d_bg_w_deform.cpp +++ b/src/d/d_bg_w_deform.cpp @@ -10,7 +10,7 @@ /* 800A9928-800A9A48 .text Set__10dBgWDeformFP6cBgD_tP8J3DModelUl */ bool dBgWDeform::Set(cBgD_t* bgd, J3DModel* pmodel, u32 flag) { JUT_ASSERT(32, pmodel->getModelData()->isDeformablePositionFormat() == true); - if (cBgW::Set(bgd, 0x33, NULL)) { + if (cBgW::Set(bgd, MOVE_BG_e | NO_CALC_VTX_e | NO_VTX_TBL_e | GLOBAL_e, NULL)) { return true; } SetFlag(flag); |
