mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 08:44:19 -04:00
typo
This commit is contained in:
parent
b54fd856df
commit
bbf4ed26ba
@ -57,11 +57,11 @@ extern EXPCL_PANDAPHYSICS void init_libphysics();
|
|||||||
// Release build:
|
// Release build:
|
||||||
#undef PHYSICS_DEBUG
|
#undef PHYSICS_DEBUG
|
||||||
|
|
||||||
#define physics_spam(msg) (()0)
|
#define physics_spam(msg) ((void)0)
|
||||||
#define physics_debug(msg) (()0)
|
#define physics_debug(msg) ((void)0)
|
||||||
#define physics_info(msg) (()0)
|
#define physics_info(msg) ((void)0)
|
||||||
#define physics_warning(msg) (()0)
|
#define physics_warning(msg) ((void)0)
|
||||||
#define physics_error(msg) (()0)
|
#define physics_error(msg) ((void)0)
|
||||||
#endif //]
|
#endif //]
|
||||||
|
|
||||||
#define audio_error(msg) \
|
#define audio_error(msg) \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user