Merge pull request #13793 from wayne-chen/fixWebTabletJSBug

Fixing web tablet JavaScript error
This commit is contained in:
John Conklin II 2018-08-10 09:31:17 -07:00 committed by GitHub
commit de0cdf6d8d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -596,7 +596,7 @@ WebTablet.prototype.scheduleMouseMoveProcessor = function() {
}
};
WebTablet.prototype.handleMouseButtonHover = function(x, y) {
WebTablet.prototype.handleHomeButtonHover = function(x, y) {
var pickRay = Camera.computePickRay(x, y);
var entityPickResults;
var homebuttonHovered = false;