Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2013-10-26 02:12:05 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-10-26 02:12:05 +0400
commita304b5a9886634bbb7d8806ddb87bcf2687640a0 (patch)
treed419395c9ab722167b225192149b3945116ec20d /source/blender/blenlib/BLI_math_matrix.h
parent2a387436bb526de183972cbe4328252865a92f57 (diff)
correct typo
Diffstat (limited to 'source/blender/blenlib/BLI_math_matrix.h')
-rw-r--r--source/blender/blenlib/BLI_math_matrix.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenlib/BLI_math_matrix.h b/source/blender/blenlib/BLI_math_matrix.h
index cb0d95301fb..c83494790a8 100644
--- a/source/blender/blenlib/BLI_math_matrix.h
+++ b/source/blender/blenlib/BLI_math_matrix.h
@@ -61,7 +61,7 @@ void copy_m3_m4(float R[3][3], float A[4][4]);
void copy_m4_m3(float R[4][4], float A[3][3]);
/* double->float */
-void copt_m3_m3d(float R[3][3], double A[3][3]);
+void copy_m3_m3d(float R[3][3], double A[3][3]);
void swap_m3m3(float A[3][3], float B[3][3]);
void swap_m4m4(float A[4][4], float B[4][4]);