Ver Fonte

Fix \sa to a valid function in SDL_metal.h.

Kamil Ševeček há 3 anos atrás
pai
commit
31991ab851
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      include/SDL_metal.h

+ 1 - 1
include/SDL_metal.h

@@ -82,7 +82,7 @@ extern DECLSPEC void SDLCALL SDL_Metal_DestroyView(SDL_MetalView view);
  *
  * \since This function is available since SDL 2.0.14.
  *
- * \sa SDL_MetalCreateView
+ * \sa SDL_Metal_CreateView
  */
 extern DECLSPEC void *SDLCALL SDL_Metal_GetLayer(SDL_MetalView view);