vanderlin / ofxBox2d

Openframework wrapper for box2d
zlib License
320 stars 122 forks source link

non-standard array initialization in ofxBox2dPolygonUtils.h #95

Closed zlalvani closed 9 years ago

zlalvani commented 9 years ago

On line 115 of ofxBox2dPolygonUtils.h:

int mk[n];

I fixed this temporarily on my local version by dynamically allocating the array but without doing that this will not compile in Visual C++ Compiler 2015.

julapy commented 9 years ago

@zlalvani are you able to submit a PR?