| 1067 | static_cast<float>(resized.h)}, |
| 1068 | ImVec2{0.0f, 0.0f}, ImVec2{1.0f, 1.0f}, |
| 1069 | ImVec4(0.0f, 0.0f, 0.0f, 0.0f), tint_col); |
| 1070 | } |
| 1071 | } |
| 1072 | } |
| 1073 | |
| 1074 | auto Sorcery::UI::_draw_tiled_bg(Component *component) -> void { |
| 1075 | |
| 1076 | if (!images->show_images) { |