Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed Aug 7, 2023
1 parent aeb63d0 commit 0bc69bc
Show file tree
Hide file tree
Showing 11 changed files with 21 additions and 21 deletions.
6 changes: 3 additions & 3 deletions dist/5.x/twgl-full.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/5.x/twgl-full.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/5.x/twgl-full.min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/5.x/twgl-full.module.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* @license twgl.js 5.5.0 Copyright (c) 2015, Gregg Tavares All Rights Reserved.
/* @license twgl.js 5.5.1 Copyright (c) 2015, Gregg Tavares All Rights Reserved.
Available via the MIT license.
see: http://github.com/greggman/twgl.js for details */
/*
Expand Down Expand Up @@ -5677,10 +5677,10 @@ function setTextureSamplerParameters(gl, target, parameteriFn, options) {
parameteriFn.call(gl, target, TEXTURE_MAX_LEVEL, options.maxLevel);
}
if (options.compareFunc !== undefined) {
parameteriFn.call(gl, target, TEXTURE_COMPARE_FUNC, options.maxLevel);
parameteriFn.call(gl, target, TEXTURE_COMPARE_FUNC, options.compareFunc);
}
if (options.compareMode !== undefined) {
parameteriFn.call(gl, target, TEXTURE_COMPARE_MODE, options.maxLevel);
parameteriFn.call(gl, target, TEXTURE_COMPARE_MODE, options.compareMode);
}
}

Expand Down
6 changes: 3 additions & 3 deletions dist/5.x/twgl.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/5.x/twgl.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/5.x/twgl.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<!-- this file is auto-generated from README.md. Do not edited directly -->
<!--
@license twgl.js 5.5.0 Copyright (c) 2015, Gregg Tavares All Rights Reserved.
@license twgl.js 5.5.1 Copyright (c) 2015, Gregg Tavares All Rights Reserved.
Available via the MIT license.
see: http://github.com/greggman/twgl.js for details
-->
Expand Down
6 changes: 3 additions & 3 deletions npm/base/dist/5.x/twgl.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion npm/base/dist/5.x/twgl.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion npm/base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "twgl-base.js",
"version": "5.5.0",
"version": "5.5.1",
"description": "A Tiny WebGL helper library",
"main": "dist/5.x/twgl.js",
"types": "dist/5.x/twgl-full.d.ts",
Expand Down

0 comments on commit 0bc69bc

Please sign in to comment.