diff options
Diffstat (limited to 'Ryujinx.Audio/Renderer/Server/BehaviourContext.cs')
-rw-r--r-- | Ryujinx.Audio/Renderer/Server/BehaviourContext.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Ryujinx.Audio/Renderer/Server/BehaviourContext.cs b/Ryujinx.Audio/Renderer/Server/BehaviourContext.cs index 878665f1..41720415 100644 --- a/Ryujinx.Audio/Renderer/Server/BehaviourContext.cs +++ b/Ryujinx.Audio/Renderer/Server/BehaviourContext.cs @@ -141,8 +141,8 @@ namespace Ryujinx.Audio.Renderer.Server public BehaviourContext() { UserRevision = 0; - _errorInfos = new ErrorInfo[Constants.MaxErrorInfos]; - _errorIndex = 0; + _errorInfos = new ErrorInfo[Constants.MaxErrorInfos]; + _errorIndex = 0; } /// <summary> @@ -448,4 +448,4 @@ namespace Ryujinx.Audio.Renderer.Server _errorIndex = 0; } } -} +}
\ No newline at end of file |