mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-08 13:34:01 +02:00
added clickToZoom header
This commit is contained in:
parent
ee7c539d7e
commit
b8b7e20c1a
1 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,12 @@
|
|||
//
|
||||
// Created by Luis Cuenca on 11/14/19
|
||||
// Copyright 2019 High Fidelity, Inc.
|
||||
//
|
||||
//
|
||||
// Distributed under the Apache License, Version 2.0.
|
||||
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
||||
//
|
||||
|
||||
(function() {
|
||||
var ZoomStatus = {
|
||||
"zoomingIn" : 0,
|
||||
|
|
Loading…
Reference in a new issue