fixes osx/ios set thread name (#284)

This commit is contained in:
actboy168
2024-05-12 10:45:31 +08:00
committed by GitHub
parent 2690b0da17
commit 98c43d8765
2 changed files with 11 additions and 5 deletions

View File

@@ -72,6 +72,7 @@ namespace bx
uint32_t m_stackSize;
int32_t m_exitCode;
bool m_running;
char m_name[32];
};
///