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

+ 1 - 1
include/bgfx/bgfx.h

@@ -2002,7 +2002,7 @@ namespace bgfx
 	///      multiple times with the same uniform name. The library will always
 	///      return the same handle, but the handle reference count will be
 	///      incremented. This means that the same number of `bgfx::destroyUniform`
-	///      must be called to proprely destroy the uniform.
+	///      must be called to properly destroy the uniform.
 	///
 	///   2. Predefined uniforms (declared in `bgfx_shader.sh`):
 	///      - `u_viewRect vec4(x, y, width, height)` - view rectangle for current