mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
Core: Add dedicated BitField template
This commit is contained in:
parent
7b9c5122fa
commit
0d267e7b1e
46 changed files with 188 additions and 155 deletions
|
|
@ -44,7 +44,7 @@ private:
|
|||
RS::CompositorEffectCallbackType callback_type;
|
||||
Callable callback;
|
||||
|
||||
BitField<RS::CompositorEffectFlags> flags;
|
||||
BitField<RS::CompositorEffectFlags> flags = {};
|
||||
};
|
||||
|
||||
mutable RID_Owner<CompositorEffect, true> compositor_effects_owner;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue