mirror of
https://github.com/overte-org/overte.git
synced 2025-04-16 10:28:57 +02:00
coding standard fix
This commit is contained in:
parent
a14bbe4e68
commit
359483d9ba
1 changed files with 5 additions and 3 deletions
|
@ -935,9 +935,11 @@ function MyController(hand) {
|
|||
length: PICK_MAX_DISTANCE
|
||||
};
|
||||
|
||||
var result = { entityID: null,
|
||||
searchRay: pickRay,
|
||||
distance: PICK_MAX_DISTANCE };
|
||||
var result = {
|
||||
entityID: null,
|
||||
searchRay: pickRay,
|
||||
distance: PICK_MAX_DISTANCE
|
||||
};
|
||||
|
||||
var now = Date.now();
|
||||
if (now - this.lastPickTime < MSECS_PER_SEC / PICKS_PER_SECOND_PER_HAND) {
|
||||
|
|
Loading…
Reference in a new issue