Load and render proper icons
Signed-off-by: Slendi <slendi@socopon.com>
This commit is contained in:
@@ -65,7 +65,7 @@ auto App::tick() -> void
|
||||
update_text_input_state(text_input_data, 1, input_rect);
|
||||
}
|
||||
|
||||
// DrawTexture(get_texture(*icon_lookup("folder", 32)), 50, 50, WHITE);
|
||||
DrawTexture(m_ir.lookup("folder", 48).texture(), 48, 48, WHITE);
|
||||
|
||||
EndDrawing();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user