mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-01 00:02: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: {
|
||||
// TODO
|
||||
this->SetGeometryVisible(
|
||||
modelCall->args[0],
|
||||
modelCall->args[1],
|
||||
modelCall->args[2]
|
||||
);
|
||||
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user