Performance Warning.
Posted: Sun Sep 27, 2015 9:33 pm
				
				Hei, I have trouble in b2json.h on line 109, 110, 111.
I tried to compile cocos2d-x 3.4 project in VS2013 IDE.
I get warning message: performance warning.
Can I know what that means?
			Code: Select all
bool readIntoWorldFromValue(b2World *existingWorld, Json::Value &worldValue) { return readFromValue(worldValue, existingWorld); }I get warning message: performance warning.
Can I know what that means?