mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 15:03:53 +02:00
fix error from using a misspelled function
This commit is contained in:
parent
14027d4acb
commit
d2c139ce6e
1 changed files with 1 additions and 1 deletions
|
@ -3601,7 +3601,7 @@ function MyController(hand) {
|
|||
|
||||
if (this.stylusTarget.entityID) {
|
||||
entityPropertiesCache.addEntity(this.stylusTarget.entityID);
|
||||
this.stylusTarget = calcualteStylusTargetFromEntity(this.stylusTip, this.stylusTarget.entityID);
|
||||
this.stylusTarget = calculateStylusTargetFromEntity(this.stylusTip, this.stylusTarget.entityID);
|
||||
} else if (this.stylusTarget.overlayID) {
|
||||
this.stylusTarget = calculateStylusTargetFromOverlay(this.stylusTip, this.stylusTarget.overlayID);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue