|
@@ -182,7 +182,7 @@ var APP = {
|
|
this.play = function () {
|
|
this.play = function () {
|
|
|
|
|
|
if ( vrEnabled() ) {
|
|
if ( vrEnabled() ) {
|
|
- document.body.append( vrButton );
|
|
|
|
|
|
+ dom.append( vrButton );
|
|
}
|
|
}
|
|
|
|
|
|
prevTime = performance.now();
|
|
prevTime = performance.now();
|