This commit is contained in:
2023-09-13 15:34:10 +02:00
parent 193462b747
commit 0b018e081e
27 changed files with 1 additions and 1 deletions

View File

@@ -41,7 +41,7 @@ public class TestGame : Game
protected override void Ready()
{
_audioBackend.AddBusEffect<AudioEffectReverb>(new AudioEffectReverb());
// _audioBackend.AddBusEffect<AudioEffectReverb>(new AudioEffectReverb());
_inputHandler.AddInputMapping("play", new InputAction[] { new KeyInputAction(KeyboardKey.Spacebar) });
_fontHandle = _renderer.LoadFont(_font);
}