Fixed build.
This commit is contained in:
parent
094c6a95d7
commit
dca5df16dd
@ -226,7 +226,7 @@ namespace bgfx
|
|||||||
|
|
||||||
protected:
|
protected:
|
||||||
#if BGFX_CONFIG_MEMORY_TRACKING
|
#if BGFX_CONFIG_MEMORY_TRACKING
|
||||||
bx::LwMutex m_mutex;
|
bx::Mutex m_mutex;
|
||||||
uint32_t m_numBlocks;
|
uint32_t m_numBlocks;
|
||||||
uint32_t m_maxBlocks;
|
uint32_t m_maxBlocks;
|
||||||
#endif // BGFX_CONFIG_MEMORY_TRACKING
|
#endif // BGFX_CONFIG_MEMORY_TRACKING
|
||||||
|
Loading…
Reference in New Issue
Block a user