diff options
| author | Rémi Verschelde | 2018-04-19 11:26:11 +0200 |
|---|---|---|
| committer | GitHub | 2018-04-19 11:26:11 +0200 |
| commit | 394e6d5ee1479d402892d6df75dddceeb967efcc (patch) | |
| tree | 18f3f4aa277b3cc1c7da9638ca2ac11c3fb9781d /core/string_db.h | |
| parent | f4338266213868a5ed72c79edb9c080004c31f48 (diff) | |
| parent | 9a759750421bc72ed41c1dc67c0fa9b5564b8abc (diff) | |
| download | godot-394e6d5ee1479d402892d6df75dddceeb967efcc.tar.gz godot-394e6d5ee1479d402892d6df75dddceeb967efcc.tar.zst godot-394e6d5ee1479d402892d6df75dddceeb967efcc.zip | |
Diffstat (limited to 'core/string_db.h')
| -rw-r--r-- | core/string_db.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/string_db.h b/core/string_db.h index 28ca812a4..01d1ca403 100644 --- a/core/string_db.h +++ b/core/string_db.h @@ -67,6 +67,7 @@ class StringName { _Data() { cname = NULL; next = prev = NULL; + idx = 0; hash = 0; } }; |
