Skip to content

Commit

Permalink
Add TODO(#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
rexim committed May 31, 2021
1 parent e2cdc66 commit 7bcf456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -937,7 +937,7 @@ function loadFilterProgram(gl, filter, vertexAttribs) {
"emoteSize": gl.getUniformLocation(id, 'emoteSize'),
};

// TODO: there no "reset to default" button in the params panel of a filter
// TODO(#55): there no "reset to default" button in the params panel of a filter
let paramsPanel = div().att$("class", "widget-element");
let paramsInputs = {};

Expand Down

0 comments on commit 7bcf456

Please sign in to comment.