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
path: root/source
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2014-03-18 20:25:29 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2014-03-18 20:25:29 +0400
commit60cab477359a854fc2c7ac6a09e213cc7d40048b (patch)
treefaa7b2be1fe138684448634d7dcd4e836eec4bc0 /source
parentc450ea2ab0d62bf09fb4420804851fbac1a5a90a (diff)
Correction to particle system commit: wrong struct name was used
Diffstat (limited to 'source')
-rw-r--r--source/blender/blenkernel/intern/particle_system.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/particle_system.c b/source/blender/blenkernel/intern/particle_system.c
index 0e02f30a26e..c991cdd90fd 100644
--- a/source/blender/blenkernel/intern/particle_system.c
+++ b/source/blender/blenkernel/intern/particle_system.c
@@ -109,7 +109,7 @@
#endif // WITH_MOD_FLUID
-static ThreadMutex psys_bvhtree_rwlock = BLI_RWLOCK_INITIALIZER;
+static ThreadRWMutex psys_bvhtree_rwlock = BLI_RWLOCK_INITIALIZER;
/************************************************/
/* Reacting to system events */