Skip to content

Commit

Permalink
WebGPURenderer: Fix duplicate shader programs in the WebGLBackend (#2…
Browse files Browse the repository at this point in the history
…9135)

Co-authored-by: aardgoose <angus.sawyer@email.com>
  • Loading branch information
aardgoose and aardgoose committed Aug 14, 2024
1 parent a92e8bc commit bd2051d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/renderers/webgl-fallback/WebGLBackend.js
Original file line number Diff line number Diff line change
Expand Up @@ -747,9 +747,9 @@ class WebGLBackend extends Backend {

}

getRenderCacheKey( renderObject ) {
getRenderCacheKey( /*renderObject*/ ) {

return renderObject.id;
return '';

}

Expand Down

0 comments on commit bd2051d

Please sign in to comment.