mirror of
https://github.com/lubosz/overte.git
synced 2025-04-07 04:42:49 +02:00
Correct audio url for play button
Probably this used to be correct? Anyways seems to work now
This commit is contained in:
parent
b41d72a9fd
commit
89665d4853
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
//
|
||||
|
||||
(function() {
|
||||
var baseURL = "https://hifi-production.s3.amazonaws.com/hifi-production/DomainContent/CellScience/";
|
||||
var baseURL = "https://hifi-production.s3.amazonaws.com/DomainContent/CellScience/";
|
||||
var self = this;
|
||||
this.buttonImageURL = baseURL + "GUI/play_audio.svg?2";
|
||||
|
||||
|
@ -116,4 +116,4 @@
|
|||
Controller.mousePressEvent.connect(this.onClick);
|
||||
Script.update.connect(this.update);
|
||||
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue