1
This commit is contained in:
parent
058af9a9be
commit
e04f8dd6ae
@ -33,6 +33,7 @@ namespace f8
|
|||||||
abort();
|
abort();
|
||||||
}
|
}
|
||||||
void* p = (char*)obj + field.offset;
|
void* p = (char*)obj + field.offset;
|
||||||
|
if (reader.KeyExists(field.field_name)) {
|
||||||
switch (field.type) {
|
switch (field.type) {
|
||||||
case a8::reflect::ET_INT32:
|
case a8::reflect::ET_INT32:
|
||||||
{
|
{
|
||||||
@ -71,6 +72,7 @@ namespace f8
|
|||||||
}
|
}
|
||||||
obj->__flags__.set(i);
|
obj->__flags__.set(i);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
meta_list.push_back(obj);
|
meta_list.push_back(obj);
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user