summaryrefslogtreecommitdiff
path: root/modules/gltf/gltf_state.h
diff options
context:
space:
mode:
authorK. S. Ernest (iFire) Lee <fire@users.noreply.github.com>2021-09-10 09:13:33 -0700
committerGitHub <noreply@github.com>2021-09-10 09:13:33 -0700
commitc30cffe1b0fa1e87c7b28139ee4765851f5d3398 (patch)
treeba6a1422ca188ebe6284b39cd2eebba98a192d6a /modules/gltf/gltf_state.h
parent68563b57608ed50c2bf429770db75702598eb6bf (diff)
parent523b2d91997d86b31e3a6a54fd6417fef396ae97 (diff)
Merge pull request #52531 from V-Sekai/remove-gltf-packed-scene
Remove packed scene gltf.
Diffstat (limited to 'modules/gltf/gltf_state.h')
-rw-r--r--modules/gltf/gltf_state.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/gltf/gltf_state.h b/modules/gltf/gltf_state.h
index d8209523c5..896ea5fc56 100644
--- a/modules/gltf/gltf_state.h
+++ b/modules/gltf/gltf_state.h
@@ -51,7 +51,6 @@
class GLTFState : public Resource {
GDCLASS(GLTFState, Resource);
friend class GLTFDocument;
- friend class PackedSceneGLTF;
String filename;
Dictionary json;