Inline static variables (part 1)
This commit is contained in:
@ -158,8 +158,6 @@ void PackedData::clear() {
|
||||
root = memnew(PackedDir);
|
||||
}
|
||||
|
||||
PackedData *PackedData::singleton = nullptr;
|
||||
|
||||
PackedData::PackedData() {
|
||||
singleton = this;
|
||||
root = memnew(PackedDir);
|
||||
|
||||
Reference in New Issue
Block a user