mirror of
https://github.com/exogen/t2-mapper.git
synced 2026-02-13 19:53:52 +00:00
Fix audio label location
This commit is contained in:
parent
ebd8f8039d
commit
de2007f2f7
1 changed files with 1 additions and 1 deletions
|
|
@ -209,7 +209,7 @@ export const AudioEmitter = memo(function AudioEmitter({
|
|||
transparent
|
||||
toneMapped={false}
|
||||
/>
|
||||
<FloatingLabel color="#00ff00" position={[0, minDistance + 1, 0]}>
|
||||
<FloatingLabel color="#00ff00" position={[0, minDistance, 0]}>
|
||||
{fileName}
|
||||
</FloatingLabel>
|
||||
</mesh>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue