diff options
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/demo_utils.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/examples/demo_utils.h b/examples/demo_utils.h index 13d839f..6d3bb66 100644 --- a/examples/demo_utils.h +++ b/examples/demo_utils.h @@ -135,7 +135,7 @@ mat4Ortho(mat4        m,  	m[3][3] = 1.0f;  } -/** Calculate a projection matrix for a given perspective. */ +/// Calculate a projection matrix for a given perspective  static inline void  perspective(float* m, float fov, float aspect, float zNear, float zFar)  { | 
