Apply review changes

Applied review changes and one additional skip of an unused variable
This commit is contained in:
W2.Wizard
2021-02-21 17:03:58 +01:00
parent 3c603d7f09
commit 8b3fc9842d
4 changed files with 17 additions and 13 deletions

View File

@@ -68,6 +68,7 @@ namespace FlaxEditor.GUI.Timeline.Tracks
var e = (ParticleEmitterTrack)track;
Guid id = new Guid(stream.ReadBytes(16));
e.Asset = FlaxEngine.Content.LoadAsync<ParticleEmitter>(id);
stream.ReadInt32(); // Skip emitterIndex
var m = e.TrackMedia;
m.StartFrame = stream.ReadInt32();
m.DurationFrames = stream.ReadInt32();