@ enum type
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user