2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 16:24:55 +00:00

CDrone: Check for normal model in PreRender

This commit is contained in:
2020-09-13 20:07:24 -04:00
parent 8a4cda9d98
commit 3e8369d24d
2 changed files with 2 additions and 1 deletions

View File

@@ -66,6 +66,7 @@ class CModelData {
bool x14_25_sortThermal : 1 = false;
zeus::CColor x18_ambientColor;
// were rstl::optional_object<TCachedToken<CModel>>
TLockedToken<CModel> x1c_normalModel;
TLockedToken<CModel> x2c_xrayModel;
TLockedToken<CModel> x3c_infraModel;