Page 1 of 1

Bugs in JSON loader

Posted: Mon Jun 24, 2013 5:22 am
by sijieshuai
The member functions :
void b2dJson::readIntoWorldFromValue(b2World *world, Json::Value worldValue);
void b2dJson:: readIntoWorldFromString(b2World *world, Json::Value worldValue);
void b2dJson:: readIntoWorldFromFile(b2World *world, Json::Value worldValue);
in b2dJson.cpp have return values in the function bodies, compile errors occur.
The b2dJson.cpp file in my project is the latest version I cloned from your git repository.

Re: Bugs in JSON loader

Posted: Mon Jun 24, 2013 5:57 pm
by iforce2d
I don't recall writing those functions... I guess I should have checked the pull request :)
Thanks for the report!