mirror of
https://github.com/luanti-org/luanti.git
synced 2025-11-27 19:35:24 +01:00
Travis: Update clang from 4.0 to 5.0 (#6467)
* Update clang from 4.0 to 5.0
This commit is contained in:
@@ -34,8 +34,9 @@ public:
|
||||
struct SimpleSoundSpec
|
||||
{
|
||||
SimpleSoundSpec(const std::string &name = "", float gain = 1.0f,
|
||||
float fade = 0.0f, float pitch = 1.0f)
|
||||
: name(name), gain(gain), fade(fade), pitch(pitch)
|
||||
float fade = 0.0f, float pitch = 1.0f) :
|
||||
name(name),
|
||||
gain(gain), fade(fade), pitch(pitch)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user