windows
Closed this issue · 2 comments
viniciolindo commented
i'd like to have compatibility with windows
musiko commented
- Remove all Japanese comments
- Move all initialization of data members into constructor function , i.e.
int no;
int layer;
int gridRes;
int prev_gridRes;
ofxBezierWarp(){
no = 0;
layer = 0;
gridRes = 0;
prev_gridRes = 0;
}
TsubokuLab commented
Thank you. I fixed this problem.