فهرست منبع

Center VRButton in editor

Wolfgang Meyers 5 سال پیش
والد
کامیت
a598ebe84a
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      editor/js/libs/app.js

+ 1 - 1
editor/js/libs/app.js

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