fix(mirror): typo

This commit is contained in:
light7734 2025-07-31 08:13:09 +03:30
parent e36991e6de
commit ea8986b764
Signed by: light7734
GPG key ID: 8C30176798F1A6BA

View file

@ -52,7 +52,7 @@ public:
m_window = m_editor_registry->create_entity("Editor Window"); m_window = m_editor_registry->create_entity("Editor Window");
m_window.add_component<SurfaceComponent>(SurfaceComponent::CreateInfo { m_window.add_component<SurfaceComponent>(SurfaceComponent::CreateInfo {
.title = "Editor Window", .title = "Editor Window",
.size = { 800u, 600u }, .resolution = { 800u, 600u },
.vsync = true, .vsync = true,
.visible = true, .visible = true,
}); });