Have DynOS read texture.inc.c when generating actor

This commit is contained in:
MysterD 2023-04-26 15:02:47 -07:00
parent c8669e7dd3
commit 8fb5064847
1 changed files with 1 additions and 0 deletions

View File

@ -269,6 +269,7 @@ void DynOS_Actor_GeneratePack(const SysPath &aPackFolder) {
// Remember the geo layout count
s32 prevGeoLayoutCount = _GfxData->mGeoLayouts.Count();
DynOS_Read_Source(_GfxData, fstring("%s/texture.inc.c", _Folder.c_str()));
DynOS_Read_Source(_GfxData, fstring("%s/model.inc.c", _Folder.c_str()));
DynOS_Read_Source(_GfxData, fstring("%s/geo.inc.c", _Folder.c_str()));
DynOS_Read_Source(_GfxData, fstring("%s/collision.inc.c", _Folder.c_str()));