diff options
| author | Poommetee Ketson | 2017-09-01 22:54:57 +0700 |
|---|---|---|
| committer | Poommetee Ketson | 2017-09-01 22:54:57 +0700 |
| commit | 69ccae3d99df8bc6583fa96ae6d9ac57d0e8bf3b (patch) | |
| tree | fbd8d559b49561abf06f27b7a482c2b300c06d0e /editor/editor_data.h | |
| parent | 6e9e25b41d33745f65910fa077c9049ddccb3445 (diff) | |
| download | godot-69ccae3d99df8bc6583fa96ae6d9ac57d0e8bf3b.tar.gz godot-69ccae3d99df8bc6583fa96ae6d9ac57d0e8bf3b.tar.zst godot-69ccae3d99df8bc6583fa96ae6d9ac57d0e8bf3b.zip | |
Diffstat (limited to 'editor/editor_data.h')
| -rw-r--r-- | editor/editor_data.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/editor_data.h b/editor/editor_data.h index cbba4d60a..33a4091a6 100644 --- a/editor/editor_data.h +++ b/editor/editor_data.h @@ -74,7 +74,7 @@ class EditorHistory { void _add_object(ObjectID p_object, const String &p_property, int p_level_change); public: - bool is_at_begining() const; + bool is_at_beginning() const; bool is_at_end() const; void add_object(ObjectID p_object); |
