matrix.h - fix typo

This commit is contained in:
twinaphex 2013-11-07 22:53:49 +01:00
parent 3d5f839b59
commit 32f749377e

View File

@ -16,7 +16,7 @@
#ifndef MATH_MATRIX_H__
#define MATH_MATRIX_H__
// Colunm-major matrix (OpenGL-style).
// Column-major matrix (OpenGL-style).
// Reimplements functionality from FF OpenGL pipeline to be able to work on GLES 2.0 and modern GL variants.
typedef struct math_matrix
{