Skip to content
This repository was archived by the owner on Jan 3, 2026. It is now read-only.

Commit eda3d4a

Browse files
author
Pier-Olivier Boulianne
committed
Forgot to remove that arg thing
1 parent b3a52d9 commit eda3d4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

StarEngine/src/StarEngine/Debug/Profiler.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#define SE_PROFILE_THREAD(...) tracy::SetThreadName(__VA_ARGS__)
1818
#define SE_PROFILE_GPU_SCOPE(...) TracyGpuZone(__VA_ARGS__)
1919
#else
20-
#define SE_PROFILE_MARK_FRAME(...)
20+
#define SE_PROFILE_MARK_FRAME
2121
#define SE_PROFILE_FUNCTION(...)
2222
#define SE_PROFILE_FUNCTION_COLOR(name, ...)
2323
#define SE_PROFILE_SCOPE(...)

0 commit comments

Comments
 (0)