Skip to content

Commit 7225c6e

Browse files
committed
fix typo
1 parent fef1580 commit 7225c6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/render-pass-encoder.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ export function beginRenderPass(commandEncoder: GPUCommandEncoder, passEncoder:
236236
state: 'open',
237237
commandEncoder,
238238
targetWidth: targetWidth || 0,
239-
targetHeight: targetWidth || 0,
239+
targetHeight: targetHeight || 0,
240240
vertexBuffers: [],
241241
bindGroups: [],
242242
occlusionQuerySet,

0 commit comments

Comments
 (0)