mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 23:03:12 +02:00
Merge pull request #13793 from wayne-chen/fixWebTabletJSBug
Fixing web tablet JavaScript error
This commit is contained in:
commit
de0cdf6d8d
1 changed files with 1 additions and 1 deletions
|
@ -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 pickRay = Camera.computePickRay(x, y);
|
||||||
var entityPickResults;
|
var entityPickResults;
|
||||||
var homebuttonHovered = false;
|
var homebuttonHovered = false;
|
||||||
|
|
Loading…
Reference in a new issue