Skip to content

Commit

Permalink
Bigger atlas size
Browse files Browse the repository at this point in the history
  • Loading branch information
fredizzimo committed Apr 8, 2023
1 parent ada30f3 commit b630b64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/renderer/fonts/atlas.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ pub struct AtlasTexture {

impl AtlasTexture {
pub fn new(device: &Device, texture_format: TextureFormat) -> Self {
let width = 1024;
let height = 1024;
let width = 4096;
let height = 4096;
let texture_size = Extent3d {
width,
height,
Expand Down

0 comments on commit b630b64

Please sign in to comment.