Cleaning up those dang warnings (#826)

* done i think

wahoo

* this one too

lol
This commit is contained in:
ThePurpleAnon
2024-04-07 16:25:54 -05:00
committed by minenice55
parent 5d8daa784c
commit 904763b296
20 changed files with 47 additions and 45 deletions

View File

@ -18,8 +18,8 @@ namespace HeavenStudio.Editor.Track
public Dictionary<Guid, TimelineEventObj> EntityMarkers = new();
public ObjectPool<TimelineEventObj> Pool { get; private set; }
private int firstMarkerToCareAbout = 0;
private int lastMarkerToCareAbout = 0;
//private int firstMarkerToCareAbout = 0; Unused value - Marc
//private int lastMarkerToCareAbout = 0; Unused value - Marc
private Timeline timeline;