mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-06-12 21:47:39 +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
@ -58,7 +58,7 @@ namespace HeavenStudio
|
||||
[SerializeField] private RectTransform selectedDisplayRect;
|
||||
[SerializeField] private GameObject selectedDisplayIcon;
|
||||
[SerializeField] private GameObject[] otherHiddenOnMouse;
|
||||
static bool firstBoot = true;
|
||||
//static bool firstBoot = true; Unused value - Marc
|
||||
|
||||
private AudioSource musicSource;
|
||||
|
||||
@ -160,7 +160,7 @@ namespace HeavenStudio
|
||||
|
||||
if (lastController != nextController)// && !firstBoot)
|
||||
{
|
||||
firstBoot = false;
|
||||
//firstBoot = false; Unused value - Marc
|
||||
if (nextController == null)
|
||||
{
|
||||
Debug.Log("invalid controller, using keyboard");
|
||||
|
Reference in New Issue
Block a user