Skip to content

Commit

Permalink
Merge pull request #359 from rdkcentral/update/fontsharp-default
Browse files Browse the repository at this point in the history
Updated fontsize treshold for texture filtering
  • Loading branch information
erikhaandrikman authored Dec 22, 2021
2 parents f12d54f + 475cbc6 commit 2748554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tree/Stage.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ export default class Stage extends EventEmitter {
opt('memoryPressure', 24e6);
opt('bufferMemory', 2e6);
opt('textRenderIssueMargin', 0);
opt('fontSharp',{precision:0.6666666667, fontSize: 39})
opt('fontSharp',{precision:0.6666666667, fontSize: 24})
opt('clearColor', [0, 0, 0, 0]);
opt('defaultFontFace', 'sans-serif');
opt('fixedDt', 0);
Expand Down

0 comments on commit 2748554

Please sign in to comment.