added class member, safety check in the destructor
This commit is contained in:
@@ -17,6 +17,7 @@ class CharString {
|
||||
friend class String;
|
||||
|
||||
godot_char_string _char_string;
|
||||
bool _deleted = false;
|
||||
|
||||
public:
|
||||
~CharString();
|
||||
|
||||
Reference in New Issue
Block a user