From e12de3bc00715225776947d3b23d7eddb4dbd32c Mon Sep 17 00:00:00 2001 From: Jakub Fiser Date: Sun, 7 Jan 2024 17:12:28 +0000 Subject: [PATCH] Fixed return value in `_rmt_BeginMetalSample` declaration --- lib/Remotery.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Remotery.h b/lib/Remotery.h index 2ad05b31..dc345d57 100644 --- a/lib/Remotery.h +++ b/lib/Remotery.h @@ -1059,7 +1059,7 @@ RMT_API void _rmt_EndOpenGLSample(void); #endif #if RMT_USE_METAL -RMT_API void _rmt_BeginMetalSample(rmtPStr name, rmtU32* hash_cache); +RMT_API rmtError _rmt_BeginMetalSample(rmtPStr name, rmtU32* hash_cache); RMT_API void _rmt_EndMetalSample(void); #endif