diff options
Diffstat (limited to '3rdparty/bgfx/examples/common/debugdraw/debugdraw.h')
-rw-r--r-- | 3rdparty/bgfx/examples/common/debugdraw/debugdraw.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/3rdparty/bgfx/examples/common/debugdraw/debugdraw.h b/3rdparty/bgfx/examples/common/debugdraw/debugdraw.h index e6c22094537..a318132e94f 100644 --- a/3rdparty/bgfx/examples/common/debugdraw/debugdraw.h +++ b/3rdparty/bgfx/examples/common/debugdraw/debugdraw.h @@ -22,7 +22,7 @@ struct Axis }; /// -void ddInit(bx::AllocatorI* _allocator = NULL); +void ddInit(bool _depthTestLess = true, bx::AllocatorI* _allocator = NULL); /// void ddShutdown(); |