tests: Make renderer optional for focusrect_focuslost

This commit is contained in:
Kamil Jarosz 2024-07-12 15:39:23 +02:00
parent e814692aaf
commit b850c9b0d2
1 changed files with 1 additions and 1 deletions

View File

@ -3,4 +3,4 @@ num_ticks = 1
image_comparisons."output".trigger = 1
[player_options]
with_renderer = { optional = false, sample_count = 1 }
with_renderer = { optional = true, sample_count = 1 }