[Bf-blender-cvs] [60cab47] master: Correction to particle system commit: wrong struct name was used

Sergey Sharybin noreply at git.blender.org
Tue Mar 18 17:25:54 CET 2014


Commit: 60cab477359a854fc2c7ac6a09e213cc7d40048b
Author: Sergey Sharybin
Date:   Tue Mar 18 22:25:29 2014 +0600
https://developer.blender.org/rB60cab477359a854fc2c7ac6a09e213cc7d40048b

Correction to particle system commit: wrong struct name was used

===================================================================

M	source/blender/blenkernel/intern/particle_system.c

===================================================================

diff --git a/source/blender/blenkernel/intern/particle_system.c b/source/blender/blenkernel/intern/particle_system.c
index 0e02f30..c991cdd 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			*/




More information about the Bf-blender-cvs mailing list