mirror of
https://github.com/overte-org/overte.git
synced 2025-04-14 07:27:04 +02:00
Remove unused code noticed in passing
This commit is contained in:
parent
45993ba475
commit
7b7447739a
1 changed files with 0 additions and 7 deletions
|
@ -35,13 +35,6 @@ Script.include("/~/system/libraries/controllers.js");
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
function getEntityDistance(controllerPosition, entityProps) {
|
|
||||||
return {
|
|
||||||
id: entityProps.id,
|
|
||||||
distance: Vec3.distance(entityProps.position, controllerPosition)
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
||||||
function StylusInput(hand) {
|
function StylusInput(hand) {
|
||||||
this.hand = hand;
|
this.hand = hand;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue