Skip to content

Commit

Permalink
Merge branch 'Celtoys:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Valakor authored Jan 8, 2024
2 parents 083be58 + 73f296f commit 3db954d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Remotery.h
Original file line number Diff line number Diff line change
Expand Up @@ -1130,7 +1130,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

Expand Down

0 comments on commit 3db954d

Please sign in to comment.