From 43cbcce7b4504fff725ef6a7bb3c5fb19eb08bc4 Mon Sep 17 00:00:00 2001 From: bkaradzic Date: Thu, 11 Apr 2013 20:53:09 -0700 Subject: [PATCH] Fixed docs comment. --- include/bgfx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/bgfx.h b/include/bgfx.h index 46220b956..369e8972d 100644 --- a/include/bgfx.h +++ b/include/bgfx.h @@ -743,7 +743,7 @@ namespace bgfx /// BGFX_STATE_BLEND_INV_FACTOR blend modes. /// /// NOTE: - /// Use BGFX_STATE_ALPHA_REF, BGFX_STATE_BLEND_FUNC and + /// Use BGFX_STATE_ALPHA_REF, BGFX_STATE_POINT_SIZE and /// BGFX_STATE_BLEND_FUNC macros to setup more complex states. void setState(uint64_t _state, uint32_t _rgba = UINT32_MAX);