1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-12 13:20:55 +00:00

C#: Do not use DocCache when generating glue code

This commit is contained in:
RedworkDE
2023-04-20 14:02:47 +02:00
parent db13026370
commit 692ad70fd7
3 changed files with 4 additions and 4 deletions

View File

@@ -3894,7 +3894,7 @@ void BindingsGenerator::_log(const char *p_format, ...) {
void BindingsGenerator::_initialize() {
initialized = false;
EditorHelp::generate_doc();
EditorHelp::generate_doc(false);
enum_types.clear();