mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-28 10:40:39 +00:00
matrix.h - fix typo
This commit is contained in:
parent
3d5f839b59
commit
32f749377e
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user