mirror of
https://github.com/tiennm99/godot.git
synced 2026-08-10 16:22:12 +00:00
Fix includes and initialization for GDNative Videodecoder
Fixes warnings and a crash when running the destructor with an uninitialized pcm pointer.
This commit is contained in:
@@ -30,8 +30,8 @@
|
||||
|
||||
#include "resource_importer_av_gdnative.h"
|
||||
|
||||
#include "io/resource_saver.h"
|
||||
#include "os/file_access.h"
|
||||
#include "core/io/resource_saver.h"
|
||||
#include "core/os/file_access.h"
|
||||
#include "scene/resources/texture.h"
|
||||
|
||||
String ResourceImporterAVGDNative::get_importer_name() const {
|
||||
|
||||
Reference in New Issue
Block a user