Fixed build.

This commit is contained in:
Branimir Karadžić 2017-02-16 23:03:38 -08:00
parent 094c6a95d7
commit dca5df16dd

View File

@ -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