From 85373a487a137e3e96965ca020c0944dde4d7efa Mon Sep 17 00:00:00 2001 From: bkaradzic Date: Thu, 4 Sep 2014 20:21:09 -0700 Subject: [PATCH] Cleanup. --- include/bgfx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/bgfx.h b/include/bgfx.h index 62262a20..921e8579 100644 --- a/include/bgfx.h +++ b/include/bgfx.h @@ -1005,7 +1005,7 @@ namespace bgfx /// BGFX_STATE_CULL_* - Backface culling mode. /// BGFX_STATE_RGB_WRITE - Enable RGB write. /// BGFX_STATE_MSAA - Enable MSAA. - /// BGFX_STATE_PT_[LINES/POINTS] - Primitive type. + /// BGFX_STATE_PT_[TRISTRIP/LINES/POINTS] - Primitive type. /// /// @param _rgba Sets blend factor used by BGFX_STATE_BLEND_FACTOR and /// BGFX_STATE_BLEND_INV_FACTOR blend modes.