Performance Warning.

General discussion about the R.U.B.E editor
Post Reply
gOzaru
Posts: 16
Joined: Wed May 27, 2015 6:33 am

Performance Warning.

Post by gOzaru »

Hei, I have trouble in b2json.h on line 109, 110, 111.

Code: Select all

bool readIntoWorldFromValue(b2World *existingWorld, Json::Value &worldValue) { return readFromValue(worldValue, existingWorld); }
I tried to compile cocos2d-x 3.4 project in VS2013 IDE.
I get warning message: performance warning.
Can I know what that means?
iforce2d
Site Admin
Posts: 861
Joined: Sat Dec 22, 2012 7:20 pm

Re: Performance Warning.

Post by iforce2d »

What does the error say exactly... just "performance warning"?
Does the program run ok?
Post Reply