summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/bgfx/examples/common/packrect.h
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/bgfx/examples/common/packrect.h')
-rw-r--r--3rdparty/bgfx/examples/common/packrect.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/3rdparty/bgfx/examples/common/packrect.h b/3rdparty/bgfx/examples/common/packrect.h
index 35747ef5cfd..fa6ebebe213 100644
--- a/3rdparty/bgfx/examples/common/packrect.h
+++ b/3rdparty/bgfx/examples/common/packrect.h
@@ -38,7 +38,7 @@ public:
{
m_bw = _width/64;
m_bh = _height/numBlocks;
- memset(m_mem, 0xff, sizeof(m_mem) );
+ bx::memSet(m_mem, 0xff, sizeof(m_mem) );
}
bool find(uint16_t _width, uint16_t _height, Pack2D& _pack)