From 8f5e52d9445de50012e7cf196a882ebd57a99789 Mon Sep 17 00:00:00 2001 From: Susko3 Date: Wed, 17 Apr 2024 13:30:41 +0200 Subject: [PATCH] Update old xmldoc --- SDL3-CS.SourceGeneration/Changes.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SDL3-CS.SourceGeneration/Changes.cs b/SDL3-CS.SourceGeneration/Changes.cs index e564da3..ce40fa3 100644 --- a/SDL3-CS.SourceGeneration/Changes.cs +++ b/SDL3-CS.SourceGeneration/Changes.cs @@ -11,7 +11,7 @@ namespace SDL3.SourceGeneration None, /// - /// Change const char* function parameters to SDLUtf8String. + /// Change const char* function parameters to . /// ChangeParamsToUtf8String = 1 << 0,