Skip to content

Commit

Permalink
Remove no-op assignment in shader.d
Browse files Browse the repository at this point in the history
  • Loading branch information
dkorpel authored Jan 14, 2025
1 parent 587be54 commit 4e37c8f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/dagon/graphics/shader.d
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,6 @@ if (is(T == bool) ||
{
super(shader, name);
this.source = null;
this.value = value;
this.callback = callback;
initUniform();
}
Expand Down

0 comments on commit 4e37c8f

Please sign in to comment.