Skip to content

Commit

Permalink
Fix unhandled tool button property hint
Browse files Browse the repository at this point in the history
Due to upstream change:

	godotengine/godot@85dfd89
  • Loading branch information
Rubonnek committed Sep 30, 2024
1 parent cae111f commit b5fe6bb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions util/limbo_utility.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,9 @@ String LimboUtility::get_property_hint_text(PropertyHint p_hint) const {
case PROPERTY_HINT_DICTIONARY_TYPE: {
return "DICTIONARY_TYPE";
}
case PROPERTY_HINT_TOOL_BUTTON: {
return "TOOL_BUTTON";
}
case PROPERTY_HINT_LOCALE_ID: {
return "LOCALE_ID";
}
Expand Down

0 comments on commit b5fe6bb

Please sign in to comment.