Skip to content

Commit

Permalink
fix template build
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitalita committed Dec 27, 2024
1 parent d1674dc commit 93c8b67
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions compat/fake_script.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ Error FakeGDScript::reload(bool p_keep_state) {
return OK;
}

#ifdef TOOLS_ENABLED
StringName FakeGDScript::get_doc_class_name() const {
return global_name;
}
Expand All @@ -125,6 +126,7 @@ String FakeGDScript::get_class_icon_path() const {
PropertyInfo FakeGDScript::get_class_category() const {
return {};
}
#endif

bool FakeGDScript::has_method(const StringName &p_method) const {
return false;
Expand Down

0 comments on commit 93c8b67

Please sign in to comment.