mirror of
https://github.com/godotengine/godot.git
synced 2025-01-24 11:32:51 -05:00
Merge pull request #29589 from kbajno/master
Add in missing 'FLAG_DRAW_NEXT_FRAME_IF_VISIBLE' to Flag enun
This commit is contained in:
commit
5688cb40b2
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue