mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-11-22 20:58:34 +01:00
mark replay as obsolete
This commit is contained in:
parent
ff69aba67a
commit
5404c36f73
1 changed files with 2 additions and 0 deletions
|
@ -1,8 +1,10 @@
|
|||
using System;
|
||||
using Microsoft.Xna.Framework.Audio;
|
||||
|
||||
namespace MLEM.Extensions {
|
||||
public static class SoundExtensions {
|
||||
|
||||
[Obsolete("When using the .NET Core version of MonoGame, the replay issue has been fixed. Just call Play() instead.")]
|
||||
public static void Replay(this SoundEffectInstance sound) {
|
||||
sound.Stop();
|
||||
sound.Play();
|
||||
|
|
Loading…
Reference in a new issue