Browse Source

Updated docs.

Branimir Karadžić 9 years ago
parent
commit
78c91186ac
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/bgfx/bgfx.h

+ 1 - 1
include/bgfx/bgfx.h

@@ -1102,7 +1102,7 @@ namespace bgfx
 	///
 	///
 	void dbgTextClear(uint8_t _attr = 0, bool _small = false);
 	void dbgTextClear(uint8_t _attr = 0, bool _small = false);
 
 
-	/// Print into internal debug text character-buffer.
+	/// Print into internal debug text character-buffer (VGA-compatible text mode).
 	///
 	///
 	/// @param[in] _x    X position from top-left.
 	/// @param[in] _x    X position from top-left.
 	/// @param[in] _y    Y position from top-left.
 	/// @param[in] _y    Y position from top-left.