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
|
|
@ -3799,7 +3799,7 @@ int Main::start() {
|
|||
#ifdef TOOLS_ENABLED
|
||||
String doc_tool_path;
|
||||
bool doc_tool_implicit_cwd = false;
|
||||
BitField<DocTools::GenerateFlags> gen_flags;
|
||||
BitField<DocTools::GenerateFlags> gen_flags = {};
|
||||
String _export_preset;
|
||||
Vector<String> patches;
|
||||
bool export_debug = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue