Use bullet points in the editor instead of dashes where relevant

This commit is contained in:
Hugo Locurcio
2021-07-28 19:40:45 +02:00
parent 60eb508fbb
commit 07dbe2045a
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -137,7 +137,7 @@ void AnimationNode::make_invalid(const String &p_reason) {
if (state->invalid_reasons != String()) {
state->invalid_reasons += "\n";
}
state->invalid_reasons += "- " + p_reason;
state->invalid_reasons += String::utf8(" ") + p_reason;
}
float AnimationNode::blend_input(int p_input, float p_time, bool p_seek, float p_blend, FilterAction p_filter, bool p_optimize) {