1
This commit is contained in:
parent
ea45d1b741
commit
cbc120235f
@ -240,8 +240,8 @@ void MapInstance::CreateThings()
|
|||||||
for (int i = 1; i < 100; i++) {
|
for (int i = 1; i < 100; i++) {
|
||||||
MetaData::MapTplThing* p = new MetaData::MapTplThing();
|
MetaData::MapTplThing* p = new MetaData::MapTplThing();
|
||||||
auto p2 = new metatable::MapTplThingJson;
|
auto p2 = new metatable::MapTplThingJson;
|
||||||
p2->set_x(20);
|
p2->set_x(100);
|
||||||
p2->set_y(20);
|
p2->set_y(100);
|
||||||
|
|
||||||
p->i = p2;
|
p->i = p2;
|
||||||
p->param1_int = 3;
|
p->param1_int = 3;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user