mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-01 16:22:45 +03:00
feat(model): handle set geometry visible model calls on model load
This commit is contained in:
parent
dd318480f1
commit
47aea9966b
@ -1190,7 +1190,12 @@ int32_t CM2Model::InitializeLoaded() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
case 1: {
|
case 1: {
|
||||||
// TODO
|
this->SetGeometryVisible(
|
||||||
|
modelCall->args[0],
|
||||||
|
modelCall->args[1],
|
||||||
|
modelCall->args[2]
|
||||||
|
);
|
||||||
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user