1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Merge pull request #225 from stgatilov/patch-1

Tiny fix in manual
This commit is contained in:
Bartosz Taudul
2021-05-22 12:13:26 +02:00
committed by GitHub
+1 -1
View File
@@ -1121,7 +1121,7 @@ enum SubSystems
...
// Preferably a define in the build system
#define SUBSYSTEMS Sys_Physics | Sys_NasalDemons
#define SUBSYSTEMS (Sys_Physics | Sys_NasalDemons)
...