From ea8986b7649d5cecb6a6e618b436ff10542df1d1 Mon Sep 17 00:00:00 2001 From: light7734 Date: Thu, 31 Jul 2025 08:13:09 +0330 Subject: [PATCH] fix(mirror): typo --- modules/mirror/private/entrypoint/mirror.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/mirror/private/entrypoint/mirror.cpp b/modules/mirror/private/entrypoint/mirror.cpp index 3254ce6..bc719bf 100644 --- a/modules/mirror/private/entrypoint/mirror.cpp +++ b/modules/mirror/private/entrypoint/mirror.cpp @@ -52,7 +52,7 @@ public: m_window = m_editor_registry->create_entity("Editor Window"); m_window.add_component(SurfaceComponent::CreateInfo { .title = "Editor Window", - .size = { 800u, 600u }, + .resolution = { 800u, 600u }, .vsync = true, .visible = true, });