mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Removing alloca compat include.
This commit is contained in:
@@ -1169,7 +1169,7 @@ struct DebugDrawEncoderImpl
|
||||
}
|
||||
else
|
||||
{
|
||||
mtx = (float*)alloca(_num*64);
|
||||
mtx = (float*)BX_STACK_ALLOC(_num*64);
|
||||
for (uint16_t ii = 0; ii < _num; ++ii)
|
||||
{
|
||||
const float* mtxTransform = (const float*)_mtx;
|
||||
|
||||
Reference in New Issue
Block a user