Unstable v0.19.1.0

This commit is contained in:
Juan Pablo Arce
2022-08-19 13:59:08 -03:00
parent 6b55adcdd9
commit 1219615d64
192 changed files with 3875 additions and 2648 deletions
@@ -7,7 +7,7 @@ using System.Diagnostics;
namespace Barotrauma.Sounds
{
public class SoundSourcePool : IDisposable
class SoundSourcePool : IDisposable
{
public uint[] ALSources
{
@@ -80,7 +80,7 @@ namespace Barotrauma.Sounds
}
}
public class SoundChannel : IDisposable
class SoundChannel : IDisposable
{
private const int STREAM_BUFFER_SIZE = 8820;
private short[] streamShortBuffer;