summaryrefslogtreecommitdiff
path: root/scene/resources
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2020-02-09 12:54:24 +0100
committerGitHub <noreply@github.com>2020-02-09 12:54:24 +0100
commit51863f6e1ebd66cc99fbcce1790af7f55d2761c4 (patch)
tree0d73e8815fa1fd09716a91201bc6a59ad6f4d73e /scene/resources
parente420b85ba50ef2afd1d98dec28843f17d3dec3ef (diff)
parentbe39808b00876c5a468d51c7aaf5d668271ce889 (diff)
Merge pull request #35808 from clayjohn/unexpose-compress-base
Unexpose ARRAY_COMPRESS_BASE
Diffstat (limited to 'scene/resources')
-rw-r--r--scene/resources/mesh.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/scene/resources/mesh.cpp b/scene/resources/mesh.cpp
index 0599920303..8f68cc5286 100644
--- a/scene/resources/mesh.cpp
+++ b/scene/resources/mesh.cpp
@@ -518,7 +518,6 @@ void Mesh::_bind_methods() {
BIND_ENUM_CONSTANT(ARRAY_FORMAT_WEIGHTS);
BIND_ENUM_CONSTANT(ARRAY_FORMAT_INDEX);
- BIND_ENUM_CONSTANT(ARRAY_COMPRESS_BASE);
BIND_ENUM_CONSTANT(ARRAY_COMPRESS_VERTEX);
BIND_ENUM_CONSTANT(ARRAY_COMPRESS_NORMAL);
BIND_ENUM_CONSTANT(ARRAY_COMPRESS_TANGENT);