| 736 | } |
| 737 | |
| 738 | void ModMatrixComponent::paint(Graphics &g) { |
| 739 | g.drawImageAt(UIAssetManager::getInstance()->getUIAsset(UIAssets::Indices::ModMatrix_back, ConfigFileManager::getInstance().getOptionGuiScale()), 0, 0); |
| 740 | } |
| 741 | |
| 742 | void ModMatrixComponent::clearRow(int p_row) { |
| 743 | m_source[p_row].reset(); |
nothing calls this directly
no test coverage detected