Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
slime73 committed Jun 18, 2024
1 parent bfc4212 commit 4c778fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/graphics/metal/Graphics.mm
Original file line number Diff line number Diff line change
Expand Up @@ -1116,7 +1116,7 @@ static bool isClampOne(SamplerState::WrapMode w)
builtins->transformMatrix = getTransform();
builtins->projectionMatrix = getDeviceProjection();

builtins->scaleParams.x = = (float) getCurrentDPIScale();
builtins->scaleParams.x = (float) getCurrentDPIScale();
builtins->scaleParams.y = getPointSize();

uint32 flags = Shader::CLIP_TRANSFORM_Z_NEG1_1_TO_0_1;
Expand Down

0 comments on commit 4c778fa

Please sign in to comment.