Fix typo in version comment

This commit is contained in:
Esme 2021-08-16 13:28:18 -05:00 committed by Ethan Lee
parent 931d5fc06e
commit 904eed3cb0

View file

@ -8048,7 +8048,7 @@ namespace SDL2
/* renderer refers to an SDL_Renderer* /* renderer refers to an SDL_Renderer*
* IntPtr refers to an ID3D11Device* * IntPtr refers to an ID3D11Device*
* Only available in 2.0.18 or higher. * Only available in 2.0.16 or higher.
*/ */
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
public static extern IntPtr SDL_RenderGetD3D11Device(IntPtr renderer); public static extern IntPtr SDL_RenderGetD3D11Device(IntPtr renderer);