mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-29 23:57:10 +01:00
Fix Tracy profiling for 515
This commit is contained in:
+1
-1
@@ -387,7 +387,7 @@ GLOBAL_LIST(topic_status_cache)
|
||||
if(UNIX) lib = "libprof.so"
|
||||
else CRASH("unsupported platform")
|
||||
|
||||
var/init = call(lib, "init")()
|
||||
var/init = LIBCALL(lib, "init")()
|
||||
if("0" != init) CRASH("[lib] init error: [init]")
|
||||
|
||||
/world/New()
|
||||
|
||||
Reference in New Issue
Block a user