removing explicit RefreshCS references in API

main
cosmonaut 2021-01-20 13:32:48 -08:00
parent d68a8d55ee
commit 79bd6aeffb
1 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,8 @@ using System.Runtime.InteropServices;
namespace MoonWorks.Audio
{
/// <summary>
/// For streaming long playback. Reads an OGG file.
/// For streaming long playback.
/// Can be extended to support custom decoders.
/// </summary>
public abstract class StreamingSound : SoundInstance
{