File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,15 +31,15 @@ module.exports = function showWebGlMsg(scene) {
31
31
} ;
32
32
33
33
var div = document . createElement ( 'div' ) ;
34
- div . textContent = 'Webgl is not supported by your browser - visit http ://get.webgl.org for more info' ;
34
+ div . textContent = 'Webgl is not supported by your browser - visit https ://get.webgl.org for more info' ;
35
35
div . style . cursor = 'pointer' ;
36
36
div . style . fontSize = '24px' ;
37
37
div . style . color = Color . defaults [ 0 ] ;
38
38
39
39
scene . container . appendChild ( div ) ;
40
40
scene . container . style . background = '#FFFFFF' ;
41
41
scene . container . onclick = function ( ) {
42
- window . open ( 'http ://get.webgl.org' ) ;
42
+ window . open ( 'https ://get.webgl.org' ) ;
43
43
} ;
44
44
45
45
// return before setting up camera and onrender methods
You can’t perform that action at this time.
0 commit comments