mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 18:30:42 +02:00
Formatting
This commit is contained in:
parent
fb5a0c8b01
commit
53577107de
1 changed files with 3 additions and 2 deletions
|
@ -114,7 +114,8 @@ function touchUpdateEvent(event) {
|
|||
lastTouchX = event.x;
|
||||
lastTouchY = event.y;
|
||||
var d = new Date();
|
||||
lastTouchEvent = d.getTime();}
|
||||
lastTouchEvent = d.getTime();
|
||||
}
|
||||
|
||||
|
||||
function update(deltaTime) {
|
||||
|
|
Loading…
Reference in a new issue