vanderlin / ofxBox2d

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

MAX, MIN to max min to build on ubuntu #109

Closed produceconsumerobot closed 5 years ago

produceconsumerobot commented 8 years ago

ofxBox2dPolygonUtils.h using MAX and MIN leads to build failure on my Ubuntu (Raspbian). Changing to max and min solves the issue.

vanderlin commented 5 years ago

MIN and MAX are part of ofMathConstants.h