Fix typo in version comment
This commit is contained in:
parent
931d5fc06e
commit
904eed3cb0
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user