paint: taa fixes

This commit is contained in:
luboslenco
2026-05-03 00:16:35 +02:00
parent 2d9ed708f0
commit f15acafb90
+1 -1
View File
@@ -266,7 +266,7 @@ void render_path_base_init_ssao() {
void render_path_base_draw_ssao() {
bool ssao = g_config->rp_ssao != false && g_context->camera_type == CAMERA_TYPE_PERSPECTIVE;
if (ssao && g_context->ddirty > 0 && _render_path_frame > 0) {
if (ssao && g_context->ddirty > -6 && _render_path_frame > 0) {
if (any_map_get(render_path_render_targets, "singlea") == NULL) {
render_path_base_init_ssao();
}