Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
authorBartosz Taudul <wolf@nereid.pl>2021-05-23 02:01:21 +0300
committerBartosz Taudul <wolf@nereid.pl>2021-05-23 02:01:21 +0300
commit77c33327f44ab767668aa539b63b20ed9169bd8c (patch)
tree358e063426c261e0a9c597fdcd0c7501b9284821 /manual
parent34ca6d865e0ac1c23d7e80b34bf66e2e58074629 (diff)
parent5f7225ce327c9791137f2ae99f6a3b226609de27 (diff)
Merge remote-tracking branch 'origin/master' into hw
Diffstat (limited to 'manual')
-rw-r--r--manual/tracy.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/tracy.tex b/manual/tracy.tex
index 6735f3fc..b02fc919 100644
--- a/manual/tracy.tex
+++ b/manual/tracy.tex
@@ -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)
...