Missed a line of tempdoc in that last commit...

This commit is contained in:
Ethan Lee 2013-04-09 23:37:05 -04:00
parent 9ab0d1d2c3
commit a80f8a8f92

View File

@ -1915,7 +1915,7 @@ namespace SDL2
uint Amask
);
/* pixels refers to a void* */
/* IntPtr refers to an SDL_Surface*, pixels to a void* */
[DllImport(nativeLibName)]
public static extern IntPtr SDL_CreateRGBSurfaceFrom(
IntPtr pixels,