You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-26 15:46:23 +00:00
Clean up some bad words from code comments
(cherry picked from commit d35e486228)
This commit is contained in:
committed by
Hein-Pieter van Braam
parent
b5f8c1a53b
commit
eacd66e784
@@ -3362,7 +3362,7 @@ int AnimationKeyEditor::_confirm_insert(InsertData p_id, int p_last_track) {
|
||||
//wants a new tack
|
||||
|
||||
{
|
||||
//shitty hack
|
||||
//hack
|
||||
NodePath np;
|
||||
animation->add_track(p_id.type);
|
||||
animation->track_set_path(animation->get_track_count() - 1, p_id.path);
|
||||
|
||||
Reference in New Issue
Block a user