-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
bugSomething isn't workingSomething isn't working
Description
VaultLib/VaultLib.Support.World/VLT/TireEffectRecord.cs
Lines 24 to 30 in d9a1fc9
| public override void Read(Vault vault, BinaryReader br) | |
| { | |
| mTireCondition = br.ReadEnum<TireCondition>(); | |
| mEmitter.Read(vault, br); | |
| mMinSpeed = br.ReadSingle(); | |
| mMaxSpeed = br.ReadSingle(); | |
| } |
mTireCondition should be read and written after mEmitter.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working