mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 12:25:42 +08:00
Renaming module back to SoundModule as the hypothetical plan was to make another module using the shared region module interface, but this was pointed out by Melanie_T to be mostly pointless.
This commit is contained in:
committed by
Justin Clark-Casey (justincc)
parent
e308841de9
commit
a16ddbee41
@@ -1688,9 +1688,8 @@ Enabled = False
|
||||
AutoBackupModuleEnabled = false
|
||||
|
||||
[Sounds]
|
||||
;; {Module} {} {Implementation of ISoundModule to use.} {SoundModuleNonShared}
|
||||
;; Currently only INonSharedRegionModule module is implemented.
|
||||
Module = SoundModuleNonShared
|
||||
;; {Module} {} {Implementation of ISoundModule to use.} {SoundModule}
|
||||
Module = SoundModule
|
||||
|
||||
;; {MaxDistance} {} {Cut-off distance at which sounds will not be sent to users} {100.0}
|
||||
MaxDistance = 100.0
|
||||
|
||||
Reference in New Issue
Block a user