mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
MovieWriter was using get_basename() which strips the file extension but keeps the filename, resulting in checking the current working directory instead of the target output directory. Changed to use get_base_dir() to properly extract the directory path where the movie file will actually be written. Fixes #113391 |
||
|---|---|---|
| .. | ||
| movie_writer.cpp | ||
| movie_writer.h | ||
| movie_writer_pngwav.cpp | ||
| movie_writer_pngwav.h | ||
| SCsub | ||