1
Fork 0
mirror of https://github.com/redstrate/Physis.git synced 2025-05-18 16:07:46 +00:00

Add new model flag as seen in some bgparts

This commit is contained in:
Joshua Goins 2025-05-17 12:04:52 -04:00
parent f58d4e6bb0
commit a905234a18

View file

@ -63,6 +63,7 @@ enum ModelFlags1 {
WavingAnimationDisabled = 0x04,
LightShadowDisabled = 0x02,
ShadowDisabled = 0x01,
Unknown2 = 0x5, // TODO: seen in some bgparts
}
#[binrw]