mirror of
https://github.com/3b1b/manim.git
synced 2025-08-02 19:46:21 +08:00
Fix how sound files are found
This commit is contained in:
@ -36,5 +36,9 @@ def get_vector_image_dir():
|
||||
return get_directories()["vector_images"]
|
||||
|
||||
|
||||
def get_sound_dir():
|
||||
return get_directories()["sounds"]
|
||||
|
||||
|
||||
def get_shader_dir():
|
||||
return get_directories()["shaders"]
|
||||
|
Reference in New Issue
Block a user