Explorar el Código

Fix typo in src/gpu/metal/SDL_gpu_metal.m

Introduced by 6772e3fd17472d0c50ccb7ab0c824392f3016889
Anonymous Maarten hace 1 día
padre
commit
0e924911de
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/gpu/metal/SDL_gpu_metal.m

+ 1 - 1
src/gpu/metal/SDL_gpu_metal.m

@@ -3839,7 +3839,7 @@ static void METAL_ReleaseWindow(
 
         windowData->layer = nil;
         windowData->drawable = nil;
-        windowData->texture.hanlde = nil;
+        windowData->texture.handle = nil;
 
         SDL_free(windowData);