After a conflict with of.getFrameNum() I found that the getFrameNum has a duplicate bind definition (App.cpp:39 and Utils.cpp:268). I made a pull request deleted from App.cpp:39.

-*- mode: grep; default-directory: "~/Tools/openFrameworks/repository/of_v0.8.0_osx_release/addons/ofxLua/src/bindings/" -*-
Grep started at Mon Jan 20 12:39:06

find . -type f -exec grep -nH -e getFrameNum {} +
./App.cpp:39:		def("getFrameNum", &ofGetFrameNum),
./Utils.cpp:268:		def("getFrameNum", &ofGetFrameNum),

Grep finished (matches found) at Mon Jan 20 12:39:06
Posted on .
blog comments powered by Disqus