vxfw(Spinner): remove broken bool
This commit is contained in:
parent
490bc13aed
commit
7946d73488
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue