Branimir Karadžić 9 lat temu
rodzic
commit
3a5d05759d
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      include/bgfx/bgfx.h

+ 1 - 1
include/bgfx/bgfx.h

@@ -1098,7 +1098,7 @@ namespace bgfx
 	/// can pass `ReleaseFn` function pointer to release this memory after it's
 	/// consumed, or you must make sure data is available for at least 2
 	/// `bgfx::frame` calls. `ReleaseFn` function must be able to be called
-	/// called from any thread.
+	/// from any thread.
 	///
 	/// @attention C99 equivalent are `bgfx_make_ref`, `bgfx_make_ref_release`.
 	///