Skip to content

Commit

Permalink
Examples: Clean up. (#29310)
Browse files Browse the repository at this point in the history
  • Loading branch information
linbingquan authored Sep 4, 2024
1 parent bf92f1d commit ce46a65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/jsm/exporters/EXRExporter.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class EXRExporter {

throw Error( 'EXRExporter.parse: Unsupported first parameter, expected instance of WebGLRenderer or DataTexture.' );

} else if ( arg1.isWebGLRenderer || arg1.isWebGPURenderer ) {
} else if ( arg1.isWebGLRenderer || arg1.isWebGPURenderer ) {

const renderer = arg1, renderTarget = arg2, options = arg3;

Expand Down

0 comments on commit ce46a65

Please sign in to comment.