You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Unexpose DocCache class
This commit is contained in:
@@ -2321,7 +2321,6 @@ void EditorHelp::generate_doc(bool p_use_cache) {
|
||||
DEV_ASSERT(first_attempt == (doc == nullptr));
|
||||
|
||||
if (!doc) {
|
||||
GDREGISTER_CLASS(DocCache);
|
||||
doc = memnew(DocTools);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user