diff options
Diffstat (limited to 'Ryujinx.Audio/Renderer/Utils/Math/MatrixHelper.cs')
-rw-r--r-- | Ryujinx.Audio/Renderer/Utils/Math/MatrixHelper.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Ryujinx.Audio/Renderer/Utils/Math/MatrixHelper.cs b/Ryujinx.Audio/Renderer/Utils/Math/MatrixHelper.cs index 3fbffa94..66092e2b 100644 --- a/Ryujinx.Audio/Renderer/Utils/Math/MatrixHelper.cs +++ b/Ryujinx.Audio/Renderer/Utils/Math/MatrixHelper.cs @@ -1,4 +1,4 @@ -using Ryujinx.Audio.Renderer.Utils.Math; +using Ryujinx.Audio.Renderer.Utils.Math; using System.Numerics; using System.Runtime.CompilerServices; |