mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +00:00
Tiny fix in manual
Without parentheses, bitwise-and takes precedence over bitwise-or.
This commit is contained in:
parent
68948712b4
commit
e01ba2d7d4
@ -1121,7 +1121,7 @@ enum SubSystems
|
|||||||
...
|
...
|
||||||
|
|
||||||
// Preferably a define in the build system
|
// Preferably a define in the build system
|
||||||
#define SUBSYSTEMS Sys_Physics | Sys_NasalDemons
|
#define SUBSYSTEMS (Sys_Physics | Sys_NasalDemons)
|
||||||
|
|
||||||
...
|
...
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user