You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 12:50:35 +00:00
Signals: Make callbacks non-const, callable_mp can't handle it
This commit is contained in:
@@ -5707,7 +5707,7 @@ float AnimationTrackEditor::snap_time(float p_value, bool p_relative) {
|
||||
return p_value;
|
||||
}
|
||||
|
||||
void AnimationTrackEditor::_show_imported_anim_warning() const {
|
||||
void AnimationTrackEditor::_show_imported_anim_warning() {
|
||||
|
||||
// It looks terrible on a single line but the TTR extractor doesn't support line breaks yet.
|
||||
EditorNode::get_singleton()->show_warning(TTR("This animation belongs to an imported scene, so changes to imported tracks will not be saved.\n\nTo enable the ability to add custom tracks, navigate to the scene's import settings and set\n\"Animation > Storage\" to \"Files\", enable \"Animation > Keep Custom Tracks\", then re-import.\nAlternatively, use an import preset that imports animations to separate files."),
|
||||
|
||||
Reference in New Issue
Block a user