@ enum type

This commit is contained in:
agra
2026-02-14 14:52:39 +02:00
parent fe7efeadb0
commit d61c6488f3
12 changed files with 164 additions and 41 deletions

View File

@@ -270,7 +270,7 @@ GLSL;
event : [128]u8 = ---;
while running {
while SDL_PollEvent(xx &event[0]) {
while SDL_PollEvent(xx @event[0]) {
etype : u32 = xx event[0];
if etype == SDL_EVENT_QUIT {
running = false;