Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:pandrr/cables into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
pandrr committed Oct 31, 2023
2 parents e392f12 + c6a08b1 commit 59d83c9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/libs/cgl/cubemapframebuffer/cubemaptexture.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,6 @@ class CubemapTexture

const info = Texture.setUpGlPixelFormat(this._cgl, this._options.pixelFormat);

console.log("cubemap pxlfrmt", info.pixelFormat);

if (CGL.Texture.isPixelFormatHalfFloat(info.pixelFormat))
{
const extcb = this._cgl.enableExtension("EXT_color_buffer_half_float");
Expand Down

0 comments on commit 59d83c9

Please sign in to comment.