Assert defines

This commit is contained in:
LagoLunatic
2025-07-15 15:22:51 -04:00
parent 7b010f07c7
commit 5f65dbaee1
4 changed files with 12 additions and 12 deletions
+2 -2
View File
@@ -12109,7 +12109,7 @@ J3DModelData* daPy_lk_c::initModel(J3DModel** i_model, int i_fileIndex, u32 i_di
J3DAnmTextureSRTKey* daPy_lk_c::entryBtk(J3DModelData* param_1, int param_2) {
J3DAnmTextureSRTKey* btk_anm =
static_cast<J3DAnmTextureSRTKey*>(dComIfG_getObjectRes(l_arcName, param_2));
JUT_ASSERT(21373, btk_anm != 0);
JUT_ASSERT(21373, btk_anm != NULL);
btk_anm->searchUpdateMaterialID(param_1);
param_1->entryTexMtxAnimator(btk_anm);
btk_anm->setFrame(0.0f);
@@ -12120,7 +12120,7 @@ J3DAnmTextureSRTKey* daPy_lk_c::entryBtk(J3DModelData* param_1, int param_2) {
J3DAnmTevRegKey* daPy_lk_c::entryBrk(J3DModelData* param_1, int param_2) {
J3DAnmTevRegKey* brk_anm =
static_cast<J3DAnmTevRegKey*>(dComIfG_getObjectRes(l_arcName, param_2));
JUT_ASSERT(21395, brk_anm != 0);
JUT_ASSERT(21395, brk_anm != NULL);
brk_anm->searchUpdateMaterialID(param_1);
param_1->entryTevRegAnimator(brk_anm);
brk_anm->setFrame(0.0f);