mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-04 20:45:34 +00:00
Fix DEFAULT_OUTPUT declaration
This commit is contained in:
parent
64210e6efa
commit
85850c7440
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ namespace MWSound
|
||||||
friend class SoundManager;
|
friend class SoundManager;
|
||||||
};
|
};
|
||||||
#ifndef DEFAULT_OUTPUT
|
#ifndef DEFAULT_OUTPUT
|
||||||
#define DEFAULT_OUTPUT (::MWSound::OpenAL_Output)
|
#define DEFAULT_OUTPUT(x) ::MWSound::OpenAL_Output((x))
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue