| 15 | } |
| 16 | |
| 17 | fuiFile::fuiFile() { |
| 18 | this->m_header.m_index = 0; |
| 19 | this->m_data.m_fuiSymbol = nullptr; |
| 20 | this->m_data.m_fuiImportAsset = nullptr; |
| 21 | this->m_renderNodeStage = nullptr; |
| 22 | this->m_callbackData = nullptr; |
| 23 | } |
| 24 | |
| 25 | // NON_MATCHING | Score: 10 (lower is better) |
| 26 | // 2 registers were swapped... |
nothing calls this directly
no outgoing calls
no test coverage detected