ios: fix path-traced viewport capture

This commit is contained in:
luboslenco
2026-04-14 15:10:04 +02:00
parent ff142def7e
commit 968e1176ff
4 changed files with 7 additions and 6 deletions
+4 -1
View File
@@ -351,7 +351,10 @@ void camera_update(void *_) {
if (camera_redraws > 0) {
camera_redraws--;
g_context->ddirty = 2;
if (!ui_menu_show) {
g_context->ddirty = 2;
}
if (g_context->camera_type == CAMERA_TYPE_ORTHOGRAPHIC) {
viewport_update_camera_type(g_context->camera_type);