feat(model): handle set geometry visible model calls on model load

This commit is contained in:
fallenoak 2025-10-27 21:21:14 -05:00
parent dd318480f1
commit 47aea9966b
No known key found for this signature in database
GPG Key ID: 7628F8E61AEA070D

View File

@ -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;
} }