mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 12:23:24 +02:00
remove constants
This commit is contained in:
parent
97e45643b0
commit
f946bb73ef
1 changed files with 0 additions and 2 deletions
|
@ -39,8 +39,6 @@ var EASING_MULTIPLIER = 8;
|
|||
var INITIAL_ZOOM_DISTANCE = 2;
|
||||
var INITIAL_ZOOM_DISTANCE_FIRST_PERSON = 3;
|
||||
|
||||
var KEY_A = 80;
|
||||
var KEY_D = 80;
|
||||
|
||||
var easeOutCubic = function(t) {
|
||||
t--;
|
||||
|
|
Loading…
Reference in a new issue