update to 0.14.0-dev.2837+f38d7a92c

This commit is contained in:
flut2
2025-01-19 16:50:51 +00:00
parent bb470f16da
commit 55f3bb3c24

View File

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