- added volume setting for sighting hits
This commit is contained in:
@@ -75,8 +75,9 @@ export function useSightingFeed(url: string | undefined) {
|
||||
});
|
||||
|
||||
//use latestref instead of trigger to revert back
|
||||
|
||||
useSoundOnChange(soundSrc, trigger, {
|
||||
volume: 1,
|
||||
volume: state.sightingVolume,
|
||||
initial: false,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user