mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Merge branch '1254-range-setsoundfilespath-path' into 'develop'
Fixed issue 1254 Closes #1254 See merge request Wingthor/MOOSE!1259
This commit is contained in:
commit
d43f77706e
@ -1088,7 +1088,7 @@ end
|
|||||||
-- @return #RANGE self
|
-- @return #RANGE self
|
||||||
function RANGE:SetSoundfilesPath(path)
|
function RANGE:SetSoundfilesPath(path)
|
||||||
self.soundpath=tostring(path or "Range Soundfiles/")
|
self.soundpath=tostring(path or "Range Soundfiles/")
|
||||||
self:I(self.lid..string.format("Setting sound files path to %s", self.soundpath))
|
self:I(self.id..string.format("Setting sound files path to %s", self.soundpath))
|
||||||
return self
|
return self
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user