mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Resolve Comments of @sethalves
This commit is contained in:
parent
e5c7587ad8
commit
b194ddeb66
1 changed files with 1 additions and 1 deletions
|
@ -2659,7 +2659,7 @@ function MyController(hand) {
|
|||
|
||||
var distanceToObject = Vec3.length(Vec3.subtract(MyAvatar.position, this.currentObjectPosition));
|
||||
this.linearTimeScale = (this.linearTimeScale / 2);
|
||||
if(this.linearTimeScale <= DISTANCE_HOLDING_ACTION_TIMEFRAME){
|
||||
if (this.linearTimeScale <= DISTANCE_HOLDING_ACTION_TIMEFRAME) {
|
||||
this.linearTimeScale = DISTANCE_HOLDING_ACTION_TIMEFRAME;
|
||||
}
|
||||
var success = Entities.updateAction(this.grabbedThingID, this.actionID, {
|
||||
|
|
Loading…
Reference in a new issue