Skip to content

Conversation

OndraVoves
Copy link
Contributor

No description provided.

@@ -841,7 +841,7 @@ pub const entity_desc_t = extern struct {
symbol: ?[*:0]const u8 = null,
use_low_id: bool = false,
add: ?[*:0]const id_t = null,
set: ?[*:.{}]const value_t = null,
set: ?[*]const value_t = null, // TODO: non-scalar terminator are deprecated in new zig
Copy link
Contributor Author

@OndraVoves OndraVoves Oct 5, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Breaking change => user must ensure that array is correctly terminated

@OndraVoves OndraVoves marked this pull request as ready for review October 5, 2024 14:44
@hazeycode hazeycode merged commit 82f88a7 into zig-gamedev:zig-0.14.0 Oct 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants