mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-06-13 14:27:40 +02:00
Cleaning up those dang warnings (#826)
* done i think wahoo * this one too lol
This commit is contained in:

committed by
minenice55

parent
5d8daa784c
commit
904763b296
@ -15,7 +15,7 @@ namespace HeavenStudio.Editor
|
||||
|
||||
public int HistoryCount => historyStack.Count;
|
||||
|
||||
private int maxItems = 128;
|
||||
//private int maxItems = 128; Unused value - Marc
|
||||
|
||||
private void Awake()
|
||||
{
|
||||
|
@ -71,8 +71,8 @@ namespace HeavenStudio.Editor
|
||||
public TMP_Text tooltipText;
|
||||
|
||||
[Header("Properties")]
|
||||
private bool changedMusic = false;
|
||||
private bool loadedMusic = false;
|
||||
//private bool changedMusic = false; Unused value - Marc
|
||||
//private bool loadedMusic = false; Unused value - Marc
|
||||
private string currentRemixPath = "";
|
||||
private string remixName = "";
|
||||
public bool fullscreen;
|
||||
|
@ -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