From dca5df16dd66a5b5504d3736da9164b72163da54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Thu, 16 Feb 2017 23:03:38 -0800 Subject: [PATCH] Fixed build. --- src/bgfx.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bgfx.cpp b/src/bgfx.cpp index c59930e11..d9e74ff05 100644 --- a/src/bgfx.cpp +++ b/src/bgfx.cpp @@ -226,7 +226,7 @@ namespace bgfx protected: #if BGFX_CONFIG_MEMORY_TRACKING - bx::LwMutex m_mutex; + bx::Mutex m_mutex; uint32_t m_numBlocks; uint32_t m_maxBlocks; #endif // BGFX_CONFIG_MEMORY_TRACKING