mirror of
https://github.com/JoeyDeVries/LearnOpenGL.git
synced 2026-01-30 20:13:22 +08:00
spelling: receiver
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -185,7 +185,7 @@ namespace irrklang
|
|||||||
should be as long valid as the sound exists or another stop event receiver is set.
|
should be as long valid as the sound exists or another stop event receiver is set.
|
||||||
Set this to null to set no sound stop event receiver.
|
Set this to null to set no sound stop event receiver.
|
||||||
\param userData: A iser data pointer, can be null. */
|
\param userData: A iser data pointer, can be null. */
|
||||||
virtual void setSoundStopEventReceiver(ISoundStopEventReceiver* reciever, void* userData=0) = 0;
|
virtual void setSoundStopEventReceiver(ISoundStopEventReceiver* receiver, void* userData=0) = 0;
|
||||||
};
|
};
|
||||||
|
|
||||||
} // end namespace irrklang
|
} // end namespace irrklang
|
||||||
|
|||||||
Reference in New Issue
Block a user