From 5648104fe5f83f28eb94da56e60be9bcf190d6e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=91=D1=80=D0=B0=D0=BD=D0=B8=D0=BC=D0=B8=D1=80=20=D0=9A?= =?UTF-8?q?=D0=B0=D1=80=D0=B0=D1=9F=D0=B8=D1=9B?= Date: Fri, 8 Mar 2019 20:11:23 -0800 Subject: [PATCH] Cleanup. --- include/bgfx/bgfx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/bgfx/bgfx.h b/include/bgfx/bgfx.h index b5a70ce36..ed7a16a25 100644 --- a/include/bgfx/bgfx.h +++ b/include/bgfx/bgfx.h @@ -2651,7 +2651,7 @@ namespace bgfx , const Memory* _mem = NULL ); - /// Create frame buffer with size based on backbuffer ratio. Frame buffer will maintain ratio + /// Create texture with size based on backbuffer ratio. Texture will maintain ratio /// if back buffer resolution changes. /// /// @param[in] _ratio Frame buffer size in respect to back-buffer size. See: