More cosmetic improvements in the GLTF code

This commit is contained in:
Aaron Franke
2023-08-03 01:18:45 -05:00
parent 237bd0a615
commit bc68fa368d
4 changed files with 64 additions and 61 deletions
@@ -30,8 +30,6 @@
#include "gltf_document_extension_texture_webp.h"
#include "scene/3d/area_3d.h"
// Import process.
Error GLTFDocumentExtensionTextureWebP::import_preflight(Ref<GLTFState> p_state, Vector<String> p_extensions) {
if (!p_extensions.has("EXT_texture_webp")) {