Skip to content

Commit 5097b26

Browse files
committed
Increased max memory allocation for fonts to align to windows
1 parent 8e219a8 commit 5097b26

File tree

1 file changed

+1
-1
lines changed
  • engine/render/renderer/platform/vulkan

1 file changed

+1
-1
lines changed

engine/render/renderer/platform/vulkan/Font.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ class Font
149149

150150
// Constexpr declarations
151151
static constexpr uint32_t MAX_ATLAS_WIDTH {512};
152-
static constexpr uint32_t MAX_ATLAS_HEIGHT {5096};
152+
static constexpr uint32_t MAX_ATLAS_HEIGHT {8192};
153153

154154
/**
155155
* Swaps the values of two Fonts

0 commit comments

Comments
 (0)