This commit is contained in:
aozhiwei 2022-12-06 18:01:48 +08:00
parent ea45d1b741
commit cbc120235f

View File

@ -240,8 +240,8 @@ void MapInstance::CreateThings()
for (int i = 1; i < 100; i++) {
MetaData::MapTplThing* p = new MetaData::MapTplThing();
auto p2 = new metatable::MapTplThingJson;
p2->set_x(20);
p2->set_y(20);
p2->set_x(100);
p2->set_y(100);
p->i = p2;
p->param1_int = 3;