File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/core/modules/entities Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1052,7 +1052,7 @@ void export_base_entity(scope _entity)
1052
1052
);
1053
1053
1054
1054
// Add memory tools...
1055
- BaseEntity ADD_MEM_TOOLS (CBaseEntityWrapper);
1055
+ BaseEntity ADD_MEM_TOOLS_WRAPPER (CBaseEntityWrapper, CBaseEntity );
1056
1056
1057
1057
// This must be after ADD_MEM_TOOLS, because it overrides the _size attribute
1058
1058
BaseEntity.add_property (" _size" ,
Original file line number Diff line number Diff line change @@ -719,5 +719,5 @@ void export_base_entity_output(scope _entities)
719
719
720
720
BaseEntityOutput.NOT_IMPLEMENTED (" fire_output" );
721
721
722
- BaseEntityOutput ADD_MEM_TOOLS (CBaseEntityOutputWrapper);
722
+ BaseEntityOutput ADD_MEM_TOOLS_WRAPPER (CBaseEntityOutputWrapper, CBaseEntityOutput );
723
723
}
You can’t perform that action at this time.
0 commit comments