Correction to particle system commit: wrong struct name was used

This commit is contained in:
Sergey Sharybin 2014-03-18 22:25:29 +06:00
parent c450ea2ab0
commit 60cab47735
1 changed files with 1 additions and 1 deletions

View File

@ -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 */