From 37058ed972f2a598d50b2c9f22d08e3181f99903 Mon Sep 17 00:00:00 2001 From: Nick Gravelyn Date: Sat, 31 May 2014 16:43:26 -0700 Subject: [PATCH] Fixing comments. --- src/SDL2_ttf.cs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/SDL2_ttf.cs b/src/SDL2_ttf.cs index fca8782..820f3b6 100644 --- a/src/SDL2_ttf.cs +++ b/src/SDL2_ttf.cs @@ -100,7 +100,8 @@ namespace SDL2 int ptsize ); - /* IntPtr refers to a SDL_RWops* */ + /* IntPtr refers to a TTF_Font* */ + /* src refers to an SDL_RWops* */ /* THIS IS AN RWops FUNCTION! */ [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] public static extern IntPtr TTF_OpenFontRW( @@ -118,7 +119,8 @@ namespace SDL2 long index ); - /* IntPtr refers to a SDL_RWops* */ + /* IntPtr refers to a TTF_Font* */ + /* src refers to an SDL_RWops* */ /* THIS IS AN RWops FUNCTION! */ [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] public static extern IntPtr TTF_OpenFontIndexRW(