diff --git a/include/ignition/gazebo/components/LogicalAudio.hh b/include/ignition/gazebo/components/LogicalAudio.hh index d616dc452a..7b465e6178 100644 --- a/include/ignition/gazebo/components/LogicalAudio.hh +++ b/include/ignition/gazebo/components/LogicalAudio.hh @@ -91,7 +91,7 @@ namespace logical_audio } /// \brief Whether the source is currently playing or not - bool playing; + bool playing{false}; /// \brief How long the source should play for, in seconds. /// Setting this to 0 means the source has a play duration of infinity