Browse Source

Updated docs.

Бранимир Караџић 6 years ago
parent
commit
28e8b8da04
2 changed files with 2 additions and 2 deletions
  1. 1 1
      include/bgfx/bgfx.h
  2. 1 1
      scripts/bgfx.idl

+ 1 - 1
include/bgfx/bgfx.h

@@ -2052,7 +2052,7 @@ namespace bgfx
 	/// Clear internal debug text buffer.
 	///
 	/// @param[in] _attr Background color.
-	/// @param[in] _small Default or 8x8 font.
+	/// @param[in] _small Default 8x16 or 8x8 font.
 	///
 	/// @attention C99 equivalent is `bgfx_dbg_text_clear`.
 	///

+ 1 - 1
scripts/bgfx.idl

@@ -826,7 +826,7 @@ func.dbgTextClear
 	"void"
 	.attr  "uint8_t" --- Background color.
 	 { default = 0 }
-	.small "bool"    --- Default or 8x8 font.
+	.small "bool"    --- Default 8x16 or 8x8 font.
 	 { default = false }
 
 --- Print formatted data to internal debug text character-buffer (VGA-compatible text mode).