Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bartwe committed Aug 5, 2024
1 parent 78e3a72 commit 333efbf
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 @@ -2727,7 +2727,7 @@ static void METAL_DrawPrimitives(
[metalCommandBuffer->renderEncoder
drawPrimitives:SDLToMetal_PrimitiveType[primitiveType]
vertexStart:vertexStart
vertexCount:vertexCount;
vertexCount:vertexCount];
}
}

Expand Down

0 comments on commit 333efbf

Please sign in to comment.