editor fix

This commit is contained in:
Turanszki Janos
2020-12-29 21:21:34 +01:00
parent 938d81a095
commit cfcf71f051
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ struct TerraGen : public wiWindow
void MeshWindow::Create(EditorComponent* editor)
{
wiWindow::Create("Mesh Window");
SetSize(XMFLOAT2(580, 500));
SetSize(XMFLOAT2(580, 520));
float x = 150;
float y = 0;