Skip to content
This repository has been archived by the owner on Jul 13, 2021. It is now read-only.

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonDanisch authored Aug 20, 2019
1 parent c9e7beb commit 6d5da6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utilities/texture_atlas.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ end
@enum GlyphResolution High Low

const TEXTURE_RESOLUTION = Ref((2048, 2048))
const CACHE_RESOLUTION_PREFIX = Ref("High")
const CACHE_RESOLUTION_PREFIX = Ref("high")
const DOWN_SAMPLE_FACTOR = Ref(50)

function set_glyph_resolution!(res::GlyphResolution)
Expand Down

0 comments on commit 6d5da6e

Please sign in to comment.