mirror of
https://github.com/zeldaret/tp
synced 2026-07-09 23:01:41 -04:00
fix setLightTevColorType_MAJI usage (#2103)
This commit is contained in:
@@ -277,6 +277,9 @@ public:
|
||||
|
||||
/* 801ADBBC */ virtual ~dScnKy_env_light_c();
|
||||
|
||||
void setLightTevColorType(J3DModel* i_model, dKy_tevstr_c* tevstr) {
|
||||
setLightTevColorType(i_model->getModelData(), tevstr);
|
||||
}
|
||||
void setLightTevColorType_MAJI(J3DModel* i_model, dKy_tevstr_c* tevstr) {
|
||||
setLightTevColorType_MAJI(i_model->getModelData(), tevstr);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user