Fix Theora/Webm loaders declaring binary extension
RES_BASE_EXTENSION is only to declare our proprietary binary formats (e.g. "scn", "res", etc.). Fixes #20395.
This commit is contained in:
parent
a2abe760c8
commit
333999c24f
2 changed files with 0 additions and 2 deletions
|
|
@ -109,7 +109,6 @@ private:
|
|||
class VideoStreamWebm : public VideoStream {
|
||||
|
||||
GDCLASS(VideoStreamWebm, VideoStream);
|
||||
RES_BASE_EXTENSION("webm");
|
||||
|
||||
String file;
|
||||
int audio_track;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue