Fix RCS1074

This commit is contained in:
RoosterDragon
2023-03-18 12:21:01 +00:00
committed by Gustas
parent 43ebb93ff6
commit 06aa378dfd
3 changed files with 4 additions and 6 deletions

View File

@@ -27,8 +27,6 @@ namespace OpenRA.Platforms.Default
return defaultDevices;
}
public DummySoundEngine() { }
public ISoundSource AddSoundSourceFromMemory(byte[] data, int channels, int sampleBits, int sampleRate)
{
return new NullSoundSource();