Fix typo 'begining' to 'beginning'
This commit is contained in:
parent
6e9e25b41d
commit
69ccae3d99
4 changed files with 4 additions and 4 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue