paint: cleanup

This commit is contained in:
luboslenco
2026-03-08 08:39:29 +01:00
parent f145dcdb03
commit cdf85fbe77
95 changed files with 892 additions and 927 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ bool render_path_raytrace_bake_commands(void (*parse_paint_material)(bool)) {
render_path_set_target("baketex0", NULL, NULL, GPU_CLEAR_COLOR, 0x00000000, 0.0);
// Pixels with alpha of 0.0 are skipped during raytracing
string_t_array_t *additional = any_array_create_from_raw(
(any[]){
(void *[]){
"baketex1",
},
1);