From a055f28536d7b8829fa3c91840a41bf51248cbf7 Mon Sep 17 00:00:00 2001 From: Leonard Hecker Date: Fri, 9 Sep 2022 17:00:35 +0200 Subject: [PATCH] AtlasEngine: Fix a correctness bug --- src/renderer/atlas/AtlasEngine.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/renderer/atlas/AtlasEngine.h b/src/renderer/atlas/AtlasEngine.h index 5b6b9db3d39..1c58d351c2e 100644 --- a/src/renderer/atlas/AtlasEngine.h +++ b/src/renderer/atlas/AtlasEngine.h @@ -828,6 +828,7 @@ namespace Microsoft::Console::Render u32 cursorColor = INVALID_COLOR; u16 cursorType = gsl::narrow_cast(CursorType::Legacy); u8 heightPercentage = 20; + u8 _padding = 0; ATLAS_POD_OPS(CachedCursorOptions) };