diff --git a/Source/Resources/SoundLoader.cs b/Source/Resources/SoundLoader.cs index 1fee08a..780f82e 100644 --- a/Source/Resources/SoundLoader.cs +++ b/Source/Resources/SoundLoader.cs @@ -6,7 +6,7 @@ namespace DaggerFramework { // TODO // var data = File.ReadAllBytes(path); - var sound = new Sound(null); + var sound = new Sound(Array.Empty()); sound.Path = path; return sound;