refactor XR controller handling in design mode
This commit is contained in:
@@ -53,7 +53,6 @@ export default {
|
||||
|
||||
resize(){
|
||||
let r = this.$refs.target;
|
||||
this.debug('resizing', r.clientWidth, r.clientHeight, r)
|
||||
engine.resize(r.clientWidth, r.clientHeight);
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user