Upgrades tracy to work with 515.1623 (#23674)

This commit is contained in:
AffectedArc07
2023-12-29 15:43:52 +00:00
committed by GitHub
parent 8276516ee9
commit 112358f1d8
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
// This exists so that world.Profile() is THE FIRST PROC TO RUN in the init sequence.
// This allows us to get the real details of everything lagging at server start.
world.Profile(PROFILE_START)
#if defined(ENABLE_BYOND_TRACY) && (DM_BUILD == 1589)
#if defined(ENABLE_BYOND_TRACY)
var/tracy_init = CALL_EXT("prof.dll", "init")() // Setup Tracy integration
if(tracy_init != "0")
CRASH("Tracy init error: [tracy_init]")
BIN
View File
Binary file not shown.