diff options
| author | Mitchell Hashimoto <m@mitchellh.com> | 2025-10-01 11:23:06 -0700 |
|---|---|---|
| committer | Mitchell Hashimoto <m@mitchellh.com> | 2025-10-03 07:10:43 -0700 |
| commit | 7ec57aeebd8cae4ef13bb2cdcd041d6a9672003c (patch) | |
| tree | 5b33c68b03d4ecbd4c7a18b47201439ae5cf220a /src/inspector | |
| parent | d02770d292fe24acde02c61de94fb0c9f152a537 (diff) | |
Zig 0.15: zig fmt
Diffstat (limited to 'src/inspector')
| -rw-r--r-- | src/inspector/Inspector.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inspector/Inspector.zig b/src/inspector/Inspector.zig index 27abb8657..d23510949 100644 --- a/src/inspector/Inspector.zig +++ b/src/inspector/Inspector.zig @@ -149,7 +149,7 @@ pub fn setup() void { font_config.FontDataOwnedByAtlas = false; _ = cimgui.c.ImFontAtlas_AddFontFromMemoryTTF( io.Fonts, - @constCast(@ptrCast(font.embedded.regular)), + @ptrCast(@constCast(font.embedded.regular)), font.embedded.regular.len, font_size, font_config, |
