base: fix draw flush

This commit is contained in:
luboslenco
2026-05-18 21:46:51 +02:00
parent fd790c64b2
commit 0460f7b45e
+1
View File
@@ -776,6 +776,7 @@ uint32_t draw_get_color() {
}
void draw_set_pipeline(gpu_pipeline_t *pipeline) {
draw_flush();
draw_custom_pipeline = pipeline;
}