Inserted a char by mistake

This commit is contained in:
Atlante45 2014-04-23 11:05:16 -07:00
parent ceb5208102
commit f68d2d16a8

View file

@ -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;