Reverted Unknown_2Ch in DrawableModel, added the info as comment

This commit is contained in:
Carmine
2018-01-04 18:01:18 +01:00
Unverified
parent b6cbcb6ea7
commit e12fbc6743
2 changed files with 4 additions and 13 deletions
+1 -1
View File
@@ -282,7 +282,7 @@ namespace CodeWalker.Rendering
Unk4h = dmodel.Unknown_4h;
Unk14h = dmodel.Unknown_14h;
Unk28h = dmodel.Unknown_28h;
Unk2Ch = dmodel.Mask;
Unk2Ch = dmodel.Unknown_2Ch; //only the first byte of Unknown_2Ch seems be related to this
DrawableModel = dmodel;