Skip to content

Commit

Permalink
knobRing void draw override
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomek Sosnowski committed Apr 5, 2018
1 parent 08ecd63 commit b0625c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/KoralfxComponents.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ struct Koralfx_knobRing : TransparentWidget{
NVGcolor *colorPointer;
Koralfx_knobRing() {}

void draw(NVGcontext *vg) {
void draw(NVGcontext *vg) override {
float d = 22.0;
nvgBeginPath(vg);
nvgCircle(vg, 0,0, d);
Expand Down

0 comments on commit b0625c1

Please sign in to comment.