Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove unused variable
  • Loading branch information
lukeplowden committed Jun 16, 2025
commit 14f1857fddbf30d66c890158664a6f7639c5e348
1 change: 0 additions & 1 deletion src/webgl/p5.Shader.js
Original file line number Diff line number Diff line change
Expand Up @@ -983,7 +983,6 @@ class Shader {
if (!uniform) {
return;
}
const gl = this._renderer.GL;

if (uniform.isArray) {
if (
Expand Down