diff options
author | 2016-03-31 20:39:30 +0200 | |
---|---|---|
committer | 2016-03-31 20:39:30 +0200 | |
commit | 4172b54d844e4c1ff5626a8f22bf3f56e6c9dd94 (patch) | |
tree | 7592d25c86fc8beebbe2c26e56cdb71f45f96641 /3rdparty/bgfx/examples/common/debugdraw/debugdraw.h | |
parent | 5c34b1ba40a348a8f941423724acbf2a4b0feb8b (diff) |
Update BGFX and BX (nw)
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(); |