From 52df54e30627732cd39c9da9df823eb90dc8445f Mon Sep 17 00:00:00 2001 From: onagurna <56755546+onagurna@users.noreply.github.com> Date: Mon, 21 Oct 2019 23:46:23 +0300 Subject: [PATCH] fix typo in README (#106) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c274b98..495ec6e 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ https://github.com/g-truc/glm #### Note for new comers (Important): - `vec4` and `mat4` variables must be aligned. (There will be unaligned versions later) - **in** and **[in, out]** parameters must be initialized (please). But **[out]** parameters not, initializing out param is also redundant -- All functions are inline if you don't want to use pre-compiled versions with glmc_ prefix, you can ignore build process. Just incliude headers. +- All functions are inline if you don't want to use pre-compiled versions with glmc_ prefix, you can ignore build process. Just include headers. - if your debugger takes you to cglm headers then make sure you are not trying to copy vec4 to vec3 or alig issues... - Welcome!