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 {
|
public class MusicPlayer : MonoBehaviour {
|
||||||
private static MusicPlayer Singleton;
|
private static MusicPlayer Singleton;
|
||||||
private static int SingletonSceneIndex;
|
private static int SingletonSceneIndex = -1;
|
||||||
|
|
||||||
[Header("Audio files")]
|
[Header("Audio files")]
|
||||||
public AudioClip[] MusicClips;
|
public AudioClip[] MusicClips;
|
||||||
|
@ -9,7 +9,7 @@ namespace Saltosion.OneWeapon.Effects {
|
|||||||
|
|
||||||
public class DebrisLauncher : MonoBehaviour {
|
public class DebrisLauncher : MonoBehaviour {
|
||||||
private static DebrisLauncher Singleton;
|
private static DebrisLauncher Singleton;
|
||||||
private static int SingletonSceneIndex;
|
private static int SingletonSceneIndex = -1;
|
||||||
|
|
||||||
public GameObject StructuralParticlePrefab;
|
public GameObject StructuralParticlePrefab;
|
||||||
public GameObject WoodParticlePrefab;
|
public GameObject WoodParticlePrefab;
|
||||||
|
Loading…
Reference in New Issue
Block a user