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
|
||||
accurate positioning of sensor detected objects */
|
||||
// update position data for robot model
|
||||
|
@ -118,8 +118,6 @@
|
|||
// run the follow function
|
||||
follow(delta)
|
||||
})
|
||||
|
||||
onMount(() => {})
|
||||
</script>
|
||||
|
||||
<T.PerspectiveCamera makeDefault position={[8, 4, 8]}>
|
||||
|
|
Loading…
Reference in a new issue