This commit is contained in:
cdyong 2016-09-27 06:30:42 +00:00
parent f47abcf1ea
commit 3ade7fea63
1 changed files with 1 additions and 1 deletions

View File

@ -413,7 +413,7 @@ void InputPort::OnPress(bool down)
{
// 允许两个值并存
//_Value |= down ? Rising : Falling;
Sys.SetTask(_taskInput, true, ShakeTime);
Sys.SetTask(_taskInput, true, 0);
}
}