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,