fix(mirror): typo
This commit is contained in:
parent
e36991e6de
commit
ea8986b764
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ public:
|
|||
m_window = m_editor_registry->create_entity("Editor Window");
|
||||
m_window.add_component<SurfaceComponent>(SurfaceComponent::CreateInfo {
|
||||
.title = "Editor Window",
|
||||
.size = { 800u, 600u },
|
||||
.resolution = { 800u, 600u },
|
||||
.vsync = true,
|
||||
.visible = true,
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue