1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-14 13:41:12 +00:00

initialized member variables in header

This commit is contained in:
zwebb
2022-01-31 12:42:32 -05:00
parent 31a7ddbf83
commit 466661c78f
6 changed files with 19 additions and 23 deletions

View File

@@ -103,8 +103,6 @@ private:
bool valid = false;
bool reload_invalidated = false;
bool builtin;
GDMonoClass *base = nullptr;
GDMonoClass *native = nullptr;
GDMonoClass *script_class = nullptr;