paint: expose bloom strength

This commit is contained in:
luboslenco
2026-07-11 20:05:11 +02:00
parent 0790b0f406
commit 748e6f87b4
7 changed files with 34 additions and 21 deletions
+1 -1
View File
@@ -185,7 +185,7 @@ void render_path_base_commands(void (*draw_commands)(void)) {
}
void render_path_base_draw_bloom(char *source, char *target) {
if (g_config->rp_bloom == false) {
if (g_config->rp_bloom == 0.0) {
return;
}