Fixed some bugs and modifications to mark

This commit is contained in:
valtermiari 2023-03-15 18:03:08 +01:00
parent 02c9ae0ab4
commit 6840297c08
10 changed files with 114 additions and 24 deletions

View file

@ -24,7 +24,8 @@ namespace GC
return m_chunk;
}
inline const char *GCEvent::TypeToString()
// Try to remove inline
const char *GCEvent::TypeToString()
{
switch (m_type)
{