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