vxfw(Spinner): remove broken bool

This commit is contained in:
Tim Culverhouse 2024-12-31 10:39:05 -06:00
parent 490bc13aed
commit 7946d73488
No known key found for this signature in database

View file

@ -63,7 +63,6 @@ pub fn handleEvent(self: *Spinner, ctx: *vxfw.EventContext, event: vxfw.Event) A
}
return;
}
self.was_spinning = true;
// Update frame
self.frame += 1;
if (self.frame >= frames.len) self.frame = 0;