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:53:54 +0400
committerNathan Letwory <nathan@letworyinteractive.com>2010-10-16 18:53:54 +0400
commit03eb8d02229843c3257076c00a8f51925f3c93a6 (patch)
tree3a4a6103b1f470532cd3dfbdcc07ada5e3c44bbc /source/blender/makesrna/intern/rna_sound.c
parent1aecaaf815676700cb297fc43953cdecfdcf90c4 (diff)
Maybe now correct commit :°
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 674fbbad9c6..0c217837226 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(bmain, (bSound*)ptr->data);
+ sound_load((bSound*)ptr->data);
}
static int rna_Sound_caching_get(PointerRNA *ptr)