Fix 'instanciate' typo; correct is 'instantiate'
This commit is contained in:
parent
4cddde79fe
commit
c3813f71ee
6 changed files with 6 additions and 6 deletions
|
@ -97,7 +97,7 @@ void alCheckError(const std::string& file, unsigned int line)
|
|||
////////////////////////////////////////////////////////////
|
||||
void ensureALInit()
|
||||
{
|
||||
// The audio device is instanciated on demand rather than at global startup,
|
||||
// The audio device is instantiated on demand rather than at global startup,
|
||||
// which solves a lot of weird crashes and errors.
|
||||
// It is destroyed at global exit which is fine.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue