mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-04-16 10:04:42 +03:00
feat(model): implement guard condition in CM2Shared::CallbackWhenLoaded
This commit is contained in:
parent
e80d960d6b
commit
767e6bfe6e
@ -57,10 +57,9 @@ void CM2Shared::AddRef() {
|
||||
}
|
||||
|
||||
int32_t CM2Shared::CallbackWhenLoaded(CM2Model* model) {
|
||||
// TODO
|
||||
// if (model->dword4 & 0x20) {
|
||||
// return 1;
|
||||
// }
|
||||
if (model->m_flags & 0x20) {
|
||||
return 1;
|
||||
}
|
||||
|
||||
if (this->m_m2DataLoaded && this->m_skinProfileLoaded) {
|
||||
model->InitializeLoaded();
|
||||
|
Loading…
Reference in New Issue
Block a user