mirror of
https://github.com/overte-org/overte.git
synced 2025-04-25 12:53:03 +02: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()) {
|
||||
return;
|
||||
}
|
||||
s // put any application specific touch behavior below here..
|
||||
// put any application specific touch behavior below here..
|
||||
_touchDragStartedAvgX = _touchAvgX;
|
||||
_touchDragStartedAvgY = _touchAvgY;
|
||||
_isTouchPressed = false;
|
||||
|
|
Loading…
Reference in a new issue