mirror of
https://github.com/overte-org/overte.git
synced 2025-04-11 08:54:01 +02:00
fixing web tablet error
This commit is contained in:
parent
17189b403a
commit
2a6ff90a2c
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 entityPickResults;
|
||||
var homebuttonHovered = false;
|
||||
|
|
Loading…
Reference in a new issue