From c90fb3ec6cd30e206366c56d1028466f58305f01 Mon Sep 17 00:00:00 2001 From: kbajno Date: Fri, 7 Jun 2019 15:21:07 -0700 Subject: Add in missing 'FLAG_DRAW_NEXT_FRAME_IF_VISIBLE' to Flag enun --- scene/3d/visual_instance.h | 1 + 1 file changed, 1 insertion(+) (limited to 'scene') diff --git a/scene/3d/visual_instance.h b/scene/3d/visual_instance.h index 0e7d9be505..3b924e0454 100644 --- a/scene/3d/visual_instance.h +++ b/scene/3d/visual_instance.h @@ -89,6 +89,7 @@ class GeometryInstance : public VisualInstance { public: enum Flags { FLAG_USE_BAKED_LIGHT = VS::INSTANCE_FLAG_USE_BAKED_LIGHT, + FLAG_DRAW_NEXT_FRAME_IF_VISIBLE = VS::INSTANCE_FLAG_DRAW_NEXT_FRAME_IF_VISIBLE, FLAG_MAX = VS::INSTANCE_FLAG_MAX, }; -- cgit v1.2.3