mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-09 14:52:40 +02:00
decrease volume
This commit is contained in:
parent
25fe8583c8
commit
822a64a08b
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
|||
(function() {
|
||||
var self = this;
|
||||
var baseURL = "https://hifi-content.s3.amazonaws.com/DomainContent/CellScience/";
|
||||
var version = 8;
|
||||
var version = 9;
|
||||
this.preload = function(entityId) {
|
||||
self.soundPlaying = false;
|
||||
self.entityId = entityId;
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
||||
//
|
||||
|
||||
var version = 1003;
|
||||
var version = 1004;
|
||||
var cellLayout;
|
||||
var baseLocation = "https://hifi-content.s3.amazonaws.com/DomainContent/CellScience/";
|
||||
|
||||
|
|
Loading…
Reference in a new issue