Forgot to commit RNA part of revert in 32519
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user