Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
fix remaining cases of point => icon
Browse files Browse the repository at this point in the history
  • Loading branch information
kkaefer committed May 15, 2014
1 parent 4c99014 commit 01183a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/renderer/painter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ void Painter::setup() {

setupShaders();

assert(pointShader);
assert(iconShader);
assert(plainShader);
assert(outlineShader);
assert(lineShader);
Expand Down
2 changes: 1 addition & 1 deletion src/shader/dot_shader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ DotShader::DotShader()
u_size = glGetUniformLocation(program, "u_size");
u_blur = glGetUniformLocation(program, "u_blur");

// fprintf(stderr, "PointShader:\n");
// fprintf(stderr, "DotShader:\n");
// fprintf(stderr, " - u_matrix: %d\n", u_matrix);
// fprintf(stderr, " - u_color: %d\n", u_color);
// fprintf(stderr, " - u_size: %d\n", u_size);
Expand Down

0 comments on commit 01183a0

Please sign in to comment.