Skip to content

Commit

Permalink
Remove missing RGBFormat
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Ritchie committed Feb 18, 2022
1 parent 271f9cc commit 3987ae6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/util/three.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,6 @@ export const paramToGL = function (gl, p) {
if (p === CONST.AlphaFormat) {
return gl.ALPHA;
}
if (p === CONST.RGBFormat) {
return gl.RGB;
}
if (p === CONST.RGBAFormat) {
return gl.RGBA;
}
Expand Down

0 comments on commit 3987ae6

Please sign in to comment.