Skip to content

Commit

Permalink
Revert "Remove unused ts-expect error, phetsims/chipper#1356"
Browse files Browse the repository at this point in the history
This reverts commit 88b11c3.
  • Loading branch information
marlitas committed Sep 23, 2024
1 parent 88b11c3 commit 273bd44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/webgpu/compute/DeviceContext.ts
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ export default class DeviceContext {
if ( options.maxLimits ) {
limitNames.forEach( name => {

// @ts-expect-error
limits[ name ] = adapter.limits[ name ];
} );
}
Expand Down

0 comments on commit 273bd44

Please sign in to comment.