Merge minits

This commit is contained in:
luboslenco
2024-05-03 21:29:39 +02:00
parent 39bd1cdfe0
commit d2eb902125
87 changed files with 2524 additions and 1786 deletions
+2 -2
View File
@@ -83,11 +83,11 @@ function tab_fonts_draw(htab: zui_handle_t) {
// g4_set_pipeline(pipe);
// ///end
// g4_set_int(channelLocation, 1);
state = zui_image(img);
state = _zui_image(img);
// g2_set_pipeline(null);
}
else {
state = zui_image(resource_get("icons.k"), -1, -1.0, tile * 6, tile, tile, tile);
state = _zui_image(resource_get("icons.k"), -1, -1.0, tile * 6, tile, tile, tile);
}
if (state == zui_state_t.STARTED) {