vanderlin / ofxBox2d

Openframework wrapper for box2d

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MAX, MIN to max min to build on ubuntu

produceconsumerobot opened this issue · comments

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

MIN and MAX are part of ofMathConstants.h