style: revert braindead semicolon format
This commit is contained in:
parent
2c0f2ef160
commit
756e1cfc3b
1 changed files with 1 additions and 3 deletions
|
@ -99,7 +99,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
useTask(delta => {
|
useTask((delta) => {
|
||||||
/* TODO: standardize a scale (meters : grid lengths) so we can have
|
/* TODO: standardize a scale (meters : grid lengths) so we can have
|
||||||
accurate positioning of sensor detected objects */
|
accurate positioning of sensor detected objects */
|
||||||
// update position data for robot model
|
// update position data for robot model
|
||||||
|
@ -118,8 +118,6 @@
|
||||||
// run the follow function
|
// run the follow function
|
||||||
follow(delta)
|
follow(delta)
|
||||||
})
|
})
|
||||||
|
|
||||||
onMount(() => {})
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<T.PerspectiveCamera makeDefault position={[8, 4, 8]}>
|
<T.PerspectiveCamera makeDefault position={[8, 4, 8]}>
|
||||||
|
|
Loading…
Reference in a new issue