spelling: basically

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2023-01-18 08:34:30 -05:00
parent ef16d989e6
commit 4d0e446810

View File

@@ -311,7 +311,7 @@ namespace irrklang
virtual void registerAudioStreamLoader(IAudioStreamLoader* loader) = 0; virtual void registerAudioStreamLoader(IAudioStreamLoader* loader) = 0;
//! Returns if irrKlang is running in the same thread as the application or is using multithreading. //! Returns if irrKlang is running in the same thread as the application or is using multithreading.
/** This basicly returns the flag set by the user when creating the sound engine.*/ /** This basically returns the flag set by the user when creating the sound engine.*/
virtual bool isMultiThreaded() const = 0; virtual bool isMultiThreaded() const = 0;
//! Adds a file factory to the sound engine, making it possible to override file access of the sound engine. //! Adds a file factory to the sound engine, making it possible to override file access of the sound engine.