Finish move to sentinal terminated slices (#203)

This commit is contained in:
Nikolas 2025-03-04 17:50:23 +01:00
parent bc82c6ebd7
commit 94fa7e23b0
Failed to generate hash of commit
2 changed files with 2 additions and 2 deletions

View file

@ -32,7 +32,7 @@ pub fn main() !void {
rl.unloadFont(font);
};
const messages = [MAX_FONTS][*:0]const u8{
const messages = [MAX_FONTS][:0]const u8{
"ALAGARD FONT designed by Hewett Tsoi",
"PIXELPLAY FONT designed by Aleksander Shevchuk",
"MECHA FONT designed by Captain Falcon",