From a4ac15c1ee94e3a41f2bd799f6d1779428109a76 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 16 May 2020 21:18:00 +0200 Subject: Use line comments where appropriate --- examples/demo_utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') 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) { -- cgit v1.2.1