MCPcopy Create free account
hub / github.com/TheWaveWarden/odin2 / paint

Method paint

Source/gui/ModMatrixComponent.cpp:738–740  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

getUIAssetMethod · 0.80
getOptionGuiScaleMethod · 0.80

Tested by

no test coverage detected