diff options
author | gordon1337 <gsysgordon@gmail.com> | 2013-06-08 14:15:32 +0200 |
---|---|---|
committer | gordon1337 <gsysgordon@gmail.com> | 2013-06-08 14:15:32 +0200 |
commit | 10355093765854053b2bff2ca96e8b0b9f2ba726 (patch) | |
tree | 2f4a73f62199165311a2de0c5cf21b50e79f6640 /gui/console.cpp | |
parent | Fix building of updater binary (diff) | |
download | android_bootable_recovery-10355093765854053b2bff2ca96e8b0b9f2ba726.tar android_bootable_recovery-10355093765854053b2bff2ca96e8b0b9f2ba726.tar.gz android_bootable_recovery-10355093765854053b2bff2ca96e8b0b9f2ba726.tar.bz2 android_bootable_recovery-10355093765854053b2bff2ca96e8b0b9f2ba726.tar.lz android_bootable_recovery-10355093765854053b2bff2ca96e8b0b9f2ba726.tar.xz android_bootable_recovery-10355093765854053b2bff2ca96e8b0b9f2ba726.tar.zst android_bootable_recovery-10355093765854053b2bff2ca96e8b0b9f2ba726.zip |
Diffstat (limited to '')
-rw-r--r-- | gui/console.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/console.cpp b/gui/console.cpp index 8a7a85ea3..ee3b5e580 100644 --- a/gui/console.cpp +++ b/gui/console.cpp @@ -274,6 +274,7 @@ int GUIConsole::Update(void) { // They're still touching, so re-render Render(); + mLastTouchY = -1; return 2; } return 0; |