mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 04:44:11 +02:00
new line
This commit is contained in:
parent
f946bb73ef
commit
cdbf75666f
1 changed files with 0 additions and 1 deletions
|
@ -39,7 +39,6 @@ var EASING_MULTIPLIER = 8;
|
|||
var INITIAL_ZOOM_DISTANCE = 2;
|
||||
var INITIAL_ZOOM_DISTANCE_FIRST_PERSON = 3;
|
||||
|
||||
|
||||
var easeOutCubic = function(t) {
|
||||
t--;
|
||||
return t * t * t + 1;
|
||||
|
|
Loading…
Reference in a new issue