mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-06-13 02:57:38 +02:00
Cleaning up those dang warnings (#826)
* done i think wahoo * this one too lol
This commit is contained in:
@ -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;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user