mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-10-04 13:27:14 +00:00
Little annoyances that ease debugging with MSVC
This commit is contained in:
parent
b136da8e3b
commit
82000b14ca
4 changed files with 6 additions and 3 deletions
|
@ -568,6 +568,9 @@ namespace FMOD {
|
|||
#define SANITY_CHECK_OPENAL_CALL()
|
||||
#endif
|
||||
|
||||
// HACK: works fairly well without it. Annoying to be thrown into the debugger because all channels are full.
|
||||
#undef SANITY_CHECK_OPENAL_CALL
|
||||
#define SANITY_CHECK_OPENAL_CALL()
|
||||
|
||||
// simply nasty.
|
||||
#define ALBRIDGE(cls,method,params,args) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue