Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>
  • Loading branch information
sagudev committed Feb 7, 2025
1 parent ea9fd3c commit 855d79b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion player/tests/data/bind-group.ron
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
(
binding: 0,
resource: Buffer((
buffer_id: Id(0, 1),
buffer: Id(0, 1),
offset: 0,
size: None,
)),
Expand Down
2 changes: 1 addition & 1 deletion player/tests/data/zero-init-buffer.ron
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
(
binding: 0,
resource: Buffer((
buffer_id: Id(3, 1),
buffer: Id(3, 1),
offset: 0,
size: Some(16),
)),
Expand Down

0 comments on commit 855d79b

Please sign in to comment.