aboutsummaryrefslogtreecommitdiff
path: root/editor/editor_data.cpp
diff options
context:
space:
mode:
authorPoommetee Ketson2017-09-01 22:54:57 +0700
committerPoommetee Ketson2017-09-01 22:54:57 +0700
commit69ccae3d99df8bc6583fa96ae6d9ac57d0e8bf3b (patch)
treefbd8d559b49561abf06f27b7a482c2b300c06d0e /editor/editor_data.cpp
parent6e9e25b41d33745f65910fa077c9049ddccb3445 (diff)
downloadgodot-69ccae3d99df8bc6583fa96ae6d9ac57d0e8bf3b.tar.gz
godot-69ccae3d99df8bc6583fa96ae6d9ac57d0e8bf3b.tar.zst
godot-69ccae3d99df8bc6583fa96ae6d9ac57d0e8bf3b.zip
Diffstat (limited to 'editor/editor_data.cpp')
-rw-r--r--editor/editor_data.cpp2
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 {