We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66e3142 commit 6aba55dCopy full SHA for 6aba55d
src/geode/model/mixin/core/component.cpp
@@ -119,7 +119,6 @@ namespace geode
119
component.impl_->backward_compatible_id() );
120
component.set_name(
121
component.impl_->backward_compatible_name() );
122
- component.impl_.reset();
123
},
124
[]( Archive& local_archive, Component& component ) {
125
local_archive.ext( component,
0 commit comments