Skip to content

Commit

Permalink
Metal: fix function name
Browse files Browse the repository at this point in the history
  • Loading branch information
thatcosmonaut committed Dec 11, 2024
1 parent d9d4455 commit 32e8781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gpu/metal/SDL_gpu_metal.m
Original file line number Diff line number Diff line change
Expand Up @@ -3782,7 +3782,7 @@ static bool METAL_INTERNAL_AcquireSwapchainTexture(
}
}

static bool METAL_INTERNAL_AcquireSwapchainTexture(
static bool METAL_AcquireSwapchainTexture(
SDL_GPUCommandBuffer *command_buffer,
SDL_Window *window,
SDL_GPUTexture **swapchain_texture,
Expand Down

0 comments on commit 32e8781

Please sign in to comment.