Fixed mac compilation (#88)

This commit is contained in:
EmeraldLoc 2022-05-10 23:20:19 -05:00 committed by GitHub
parent f552e98cd4
commit 2a6c0be1bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,7 +45,7 @@ void DynOS_Actor_AddCustom(const SysPath &aFilename, const char *aActorName) {
}
// Alloc and init the actors gfx list
ActorGfx actorGfx = { 0 };
ActorGfx actorGfx = { };
actorGfx.mGfxData = _GfxData;
actorGfx.mGraphNode = (GraphNode *) DynOS_Geo_GetGraphNode(geoLayout, false);
actorGfx.mPackIndex = MOD_PACK_INDEX;