--------------------------------------------------------------
| 41 | |
| 42 | //-------------------------------------------------------------- |
| 43 | void ofApp::update() { |
| 44 | // call the script's update() function |
| 45 | lua.scriptUpdate(); |
| 46 | } |
| 47 | |
| 48 | //-------------------------------------------------------------- |
| 49 | void ofApp::draw() { |
nothing calls this directly
no test coverage detected