Fix erroneous error message
This commit is contained in:
parent
2438624d4c
commit
81b8f13723
@ -22,7 +22,7 @@ namespace Saltosion.OneWeapon.Audio {
|
||||
|
||||
public class MusicPlayer : MonoBehaviour {
|
||||
private static MusicPlayer Singleton;
|
||||
private static int SingletonSceneIndex;
|
||||
private static int SingletonSceneIndex = -1;
|
||||
|
||||
[Header("Audio files")]
|
||||
public AudioClip[] MusicClips;
|
||||
|
@ -9,7 +9,7 @@ namespace Saltosion.OneWeapon.Effects {
|
||||
|
||||
public class DebrisLauncher : MonoBehaviour {
|
||||
private static DebrisLauncher Singleton;
|
||||
private static int SingletonSceneIndex;
|
||||
private static int SingletonSceneIndex = -1;
|
||||
|
||||
public GameObject StructuralParticlePrefab;
|
||||
public GameObject WoodParticlePrefab;
|
||||
|
Loading…
Reference in New Issue
Block a user