--------------------------------------------------------------
| 25 | |
| 26 | //-------------------------------------------------------------- |
| 27 | void ofApp::update() { |
| 28 | lua.scriptUpdate(); |
| 29 | } |
| 30 | |
| 31 | //-------------------------------------------------------------- |
| 32 | void ofApp::draw() { |
nothing calls this directly
no test coverage detected