You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Fix typo 'begining' to 'beginning'
This commit is contained in:
@@ -141,7 +141,7 @@ ObjectID EditorHistory::get_history_obj(int p_obj) const {
|
||||
return history[p_obj].path[history[p_obj].level].object;
|
||||
}
|
||||
|
||||
bool EditorHistory::is_at_begining() const {
|
||||
bool EditorHistory::is_at_beginning() const {
|
||||
return current <= 0;
|
||||
}
|
||||
bool EditorHistory::is_at_end() const {
|
||||
|
||||
Reference in New Issue
Block a user