mirror of
https://github.com/exogen/t2-mapper.git
synced 2026-01-19 12:14:47 +00:00
Fix audio label location
This commit is contained in:
parent
ebd8f8039d
commit
de2007f2f7
|
|
@ -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…
Reference in a new issue