|
|
@@ -32,7 +32,7 @@ public:
|
|
|
/// After this call, the instance will be destroyed.
|
|
|
virtual void stop(SoundInstanceId id) = 0;
|
|
|
|
|
|
- /// Returns wheter the sound @a id is playing.
|
|
|
+ /// Returns whether the sound @a id is playing.
|
|
|
virtual bool is_playing(SoundInstanceId id) = 0;
|
|
|
|
|
|
/// Stops all the sounds in the world.
|