Skip to content

Commit

Permalink
Work on speeding up drawing, mainly low memory mode
Browse files Browse the repository at this point in the history
  • Loading branch information
kcleal committed Jan 25, 2024
1 parent bfab1af commit 1b445a6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/drawing.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ namespace Drawing {
std::vector<sk_sp<SkTextBlob> > text_ins;
std::vector<float> textX, textY;
std::vector<float> textX_ins, textY_ins;

const float covY = covYh * 0.95;
const float covY_f = covY * 0.3;
int last_bamIdx = 0;
Expand Down

0 comments on commit 1b445a6

Please sign in to comment.