Update Poolbox with FontWriter changes
This commit is contained in:
@@ -24,12 +24,12 @@ namespace FontWriter {
|
||||
timer.reset();
|
||||
}
|
||||
|
||||
State update(const GPU::PositionI16& start) {
|
||||
Cursor update(const GPU::PositionI16& start) {
|
||||
if(timer.is_expired_for(50_ms)) {
|
||||
timer.reset();
|
||||
wiggle_count++;
|
||||
}
|
||||
|
||||
return State::create(start, wiggle_count);
|
||||
return Cursor::create(start, wiggle_count);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user