mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
Inserted a char by mistake
This commit is contained in:
parent
ceb5208102
commit
f68d2d16a8
1 changed files with 1 additions and 1 deletions
|
@ -1218,7 +1218,7 @@ void Application::touchEndEvent(QTouchEvent* event) {
|
||||||
if (_controllerScriptingInterface.isTouchCaptured()) {
|
if (_controllerScriptingInterface.isTouchCaptured()) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
s // put any application specific touch behavior below here..
|
// put any application specific touch behavior below here..
|
||||||
_touchDragStartedAvgX = _touchAvgX;
|
_touchDragStartedAvgX = _touchAvgX;
|
||||||
_touchDragStartedAvgY = _touchAvgY;
|
_touchDragStartedAvgY = _touchAvgY;
|
||||||
_isTouchPressed = false;
|
_isTouchPressed = false;
|
||||||
|
|
Loading…
Reference in a new issue