mirror of
https://github.com/scratchfoundation/Gestouch.git
synced 2025-02-16 23:40:14 -05:00
Hotfix for gesture state machine validation
This commit is contained in:
parent
c2d31b743b
commit
0555813e25
1 changed files with 1 additions and 0 deletions
|
@ -57,6 +57,7 @@ package org.gestouch.core
|
|||
CHANGED.setValidNextStates(CHANGED, ENDED, CANCELLED);
|
||||
ENDED.setValidNextStates(IDLE);
|
||||
FAILED.setValidNextStates(IDLE);
|
||||
CANCELLED.setValidNextStates(IDLE);
|
||||
|
||||
allStatesInitialized = true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue