diff options
| author | Rémi Verschelde | 2017-09-01 21:29:40 +0200 |
|---|---|---|
| committer | GitHub | 2017-09-01 21:29:40 +0200 |
| commit | 5a69a663c727a48d38d1ccc66b18318c21b692f3 (patch) | |
| tree | 257ca89ff2af376d375ba6cabe0b97e757734803 /editor/editor_data.cpp | |
| parent | 39621bf6816295ef7b0243ea784f3fdf96257a98 (diff) | |
| parent | 69ccae3d99df8bc6583fa96ae6d9ac57d0e8bf3b (diff) | |
| download | godot-5a69a663c727a48d38d1ccc66b18318c21b692f3.tar.gz godot-5a69a663c727a48d38d1ccc66b18318c21b692f3.tar.zst godot-5a69a663c727a48d38d1ccc66b18318c21b692f3.zip | |
Merge pull request #10864 from Noshyaar/pr-beginning
Fix typo 'begining' to 'beginning'
[ci skip]
Diffstat (limited to 'editor/editor_data.cpp')
| -rw-r--r-- | editor/editor_data.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/editor_data.cpp b/editor/editor_data.cpp index cb74a7b85..2cb5340b8 100644 --- a/editor/editor_data.cpp +++ b/editor/editor_data.cpp @@ -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 { |
