1
0
mirror of https://github.com/godotengine/godot.git synced 2025-12-30 18:30:54 +00:00
Files
godot/servers
Eshaan b1ef01dcee Fix MovieWriter checking wrong directory for disk space
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
2025-12-02 00:23:58 +11:00
..
2025-11-07 10:21:20 +02:00
2025-10-05 04:22:49 +03:00
2025-10-05 04:22:49 +03:00
2025-10-05 04:22:49 +03:00