diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2019-06-27 12:33:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-27 12:33:39 +0200 |
commit | 560f55da5143d141fea56c0cbedd442bd3d2095b (patch) | |
tree | 85bfe8288a7c5762ffb7f240a2ee7b02e5280329 /scene/3d | |
parent | 755b589384eedbd3843fe7263cbc655633b8bd7e (diff) | |
parent | 71d53637b5bce5519800a5cadfa2e42750b8b793 (diff) |
Merge pull request #30119 from akien-mga/doc-misc-updates
doc: Complete and harmonize all _MAX constant descriptions, fix scoped hyperlinks
Diffstat (limited to 'scene/3d')
-rw-r--r-- | scene/3d/visual_instance.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/3d/visual_instance.cpp b/scene/3d/visual_instance.cpp index 99c86f0406..4bb4d18071 100644 --- a/scene/3d/visual_instance.cpp +++ b/scene/3d/visual_instance.cpp @@ -326,6 +326,7 @@ void GeometryInstance::_bind_methods() { BIND_ENUM_CONSTANT(SHADOW_CASTING_SETTING_SHADOWS_ONLY); BIND_ENUM_CONSTANT(FLAG_USE_BAKED_LIGHT); + BIND_ENUM_CONSTANT(FLAG_DRAW_NEXT_FRAME_IF_VISIBLE); BIND_ENUM_CONSTANT(FLAG_MAX); } |