summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/bgfx/examples/common/debugdraw/debugdraw.h
diff options
context:
space:
mode:
author Branimir Karadžić <branimirkaradzic@gmail.com>2016-03-31 20:39:30 +0200
committer Miodrag Milanovic <mmicko@gmail.com>2016-03-31 20:39:30 +0200
commit4172b54d844e4c1ff5626a8f22bf3f56e6c9dd94 (patch)
tree7592d25c86fc8beebbe2c26e56cdb71f45f96641 /3rdparty/bgfx/examples/common/debugdraw/debugdraw.h
parent5c34b1ba40a348a8f941423724acbf2a4b0feb8b (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.h2
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();