mirror of
https://github.com/JoeyDeVries/LearnOpenGL.git
synced 2026-01-03 23:33:23 +08:00
spelling: pointer
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -26,7 +26,7 @@ namespace irrklang
|
|||||||
public:
|
public:
|
||||||
|
|
||||||
//! returns source of the sound which stores the filename and other informations about that sound
|
//! returns source of the sound which stores the filename and other informations about that sound
|
||||||
/** \return Returns the sound source poitner of this sound. May return 0 if the sound source
|
/** \return Returns the sound source pointer of this sound. May return 0 if the sound source
|
||||||
has been removed.*/
|
has been removed.*/
|
||||||
virtual ISoundSource* getSoundSource() = 0;
|
virtual ISoundSource* getSoundSource() = 0;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user