aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics/Gal/OpenGL/DeleteValueCallback.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.Graphics/Gal/OpenGL/DeleteValueCallback.cs')
-rw-r--r--Ryujinx.Graphics/Gal/OpenGL/DeleteValueCallback.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Ryujinx.Graphics/Gal/OpenGL/DeleteValueCallback.cs b/Ryujinx.Graphics/Gal/OpenGL/DeleteValueCallback.cs
index acd8d72f..63b626f1 100644
--- a/Ryujinx.Graphics/Gal/OpenGL/DeleteValueCallback.cs
+++ b/Ryujinx.Graphics/Gal/OpenGL/DeleteValueCallback.cs
@@ -1,4 +1,4 @@
namespace Ryujinx.Graphics.Gal.OpenGL
{
- delegate void DeleteValue<T>(T Value);
+ delegate void DeleteValue<T>(T value);
} \ No newline at end of file