Skip to content

Commit

Permalink
Fix 2.7 SDK for mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenvergenz committed Feb 1, 2018
1 parent 1fedf41 commit a3fc305
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/altspace.js
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,7 @@ var AltspaceComponent = (function (AFrameComponent$$1) {
renderer.submitFrame = noop;
renderer.context = {canvas: {}};
renderer.shadowMap = {};
renderer.requestAnimationFrame = window.requestAnimationFrame;
renderer.requestAnimationFrame = window.requestAnimationFrame.bind(window);
};

/*
Expand Down
Loading

0 comments on commit a3fc305

Please sign in to comment.