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:
authorNathan Letwory <nathan@letworyinteractive.com>2010-10-16 18:51:50 +0400
committerNathan Letwory <nathan@letworyinteractive.com>2010-10-16 18:51:50 +0400
commit1aecaaf815676700cb297fc43953cdecfdcf90c4 (patch)
tree713fa141ddd7a2ce649c21a14cc446bd65eb4804 /source/blender/makesrna/intern/rna_sound.c
parentfe693b4631b604e502cfd40078a1fcad9e03dc58 (diff)
Forgot to commit RNA part of revert in 32519
Diffstat (limited to 'source/blender/makesrna/intern/rna_sound.c')
-rw-r--r--source/blender/makesrna/intern/rna_sound.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_sound.c b/source/blender/makesrna/intern/rna_sound.c
index 0c217837226..674fbbad9c6 100644
--- a/source/blender/makesrna/intern/rna_sound.c
+++ b/source/blender/makesrna/intern/rna_sound.c
@@ -38,7 +38,7 @@
static void rna_Sound_filepath_update(Main *bmain, Scene *scene, PointerRNA *ptr)
{
- sound_load((bSound*)ptr->data);
+ sound_load(bmain, (bSound*)ptr->data);
}
static int rna_Sound_caching_get(PointerRNA *ptr)