mirror of
https://github.com/exogen/t2-mapper.git
synced 2026-04-29 08:16:22 +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
|
transparent
|
||||||
toneMapped={false}
|
toneMapped={false}
|
||||||
/>
|
/>
|
||||||
<FloatingLabel color="#00ff00" position={[0, minDistance + 1, 0]}>
|
<FloatingLabel color="#00ff00" position={[0, minDistance, 0]}>
|
||||||
{fileName}
|
{fileName}
|
||||||
</FloatingLabel>
|
</FloatingLabel>
|
||||||
</mesh>
|
</mesh>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue