Just construct an empty array forsounds.
This commit is contained in:
@@ -6,7 +6,7 @@ namespace DaggerFramework
|
||||
{
|
||||
// TODO
|
||||
// var data = File.ReadAllBytes(path);
|
||||
var sound = new Sound(null);
|
||||
var sound = new Sound(Array.Empty<byte>());
|
||||
sound.Path = path;
|
||||
|
||||
return sound;
|
||||
|
||||
Reference in New Issue
Block a user