| 34 | } |
| 35 | |
| 36 | fuiRenderNode* fuiFile::getRootNode() { |
| 37 | return (fuiRenderNode*)this->m_renderNodeTimeline; // ??? (I think our structs are fucked) |
| 38 | } |
| 39 | |
| 40 | // NON_MATCHING | score: 10 (lower is better) |
| 41 | // can also get it to match by swapping the params and using mRootNode in place of mCallbackData, but that's |
no outgoing calls
no test coverage detected