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:
authorJulian Eisel <eiseljulian@gmail.com>2016-10-13 18:17:17 +0300
committerJulian Eisel <eiseljulian@gmail.com>2016-10-13 18:17:17 +0300
commit916e631fc905182734d65f79c5a64a1f57abde22 (patch)
tree208225c3e8efbe603e5cdf84eaf3f1828bcf6f29 /source/blender/gpu/intern/gpu_matrix.c
parent35793504815a1cd0eb38df54d9ae99cc441b4f2f (diff)
Fix compiling with Blenderplayer
Diffstat (limited to 'source/blender/gpu/intern/gpu_matrix.c')
-rw-r--r--source/blender/gpu/intern/gpu_matrix.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/gpu/intern/gpu_matrix.c b/source/blender/gpu/intern/gpu_matrix.c
index a1921a1c638..9abce9d6816 100644
--- a/source/blender/gpu/intern/gpu_matrix.c
+++ b/source/blender/gpu/intern/gpu_matrix.c
@@ -90,7 +90,8 @@ void gpuMatrixBegin3D()
}
#if SUPPORT_LEGACY_MATRIX
-void gpuMatrixBegin3D_legacy() {
+void gpuMatrixBegin3D_legacy()
+{
/* copy top matrix from each legacy stack into new fresh stack */
state.mode = MATRIX_MODE_3D;
state.top = 0;