Merge pull request #168 from flut2/master

Update to 0.14.0-dev.2837+f38d7a92c
This commit is contained in:
Robin Voetter
2025-01-20 00:14:56 +01:00
committed by GitHub

View File

@@ -1454,7 +1454,7 @@ fn Renderer(comptime WriterType: type) type {
\\ fields[i] = .{{
\\ .name = {0s}CommandFlags.cmdName(field_tag),
\\ .type = PfnType,
\\ .default_value = null,
\\ .default_value_ptr = null,
\\ .is_comptime = false,
\\ .alignment = @alignOf(PfnType),
\\ }};