Fix audio label location

This commit is contained in:
bmathews 2025-11-30 16:51:18 -08:00
parent ebd8f8039d
commit de2007f2f7

View file

@ -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>