Fix typo in comment

This commit is contained in:
Olivier Guittonneau
2022-09-04 01:08:50 +02:00
parent 2238fd127c
commit 8f8417a883

View File

@@ -51,9 +51,9 @@
#endif #endif
/* /*
* Clip control: define GLM_FORCE_DEPTH_ZERO_TO_ONE before including * Clip control: define CGLM_FORCE_DEPTH_ZERO_TO_ONE before including
* CGLM to use a clip space between 0 to 1. * CGLM to use a clip space between 0 to 1.
* Coordinate system: define GLM_FORCE_LEFT_HANDED before including * Coordinate system: define CGLM_FORCE_LEFT_HANDED before including
* CGLM to use the left handed coordinate system by default. * CGLM to use the left handed coordinate system by default.
*/ */