[sim] Add title to simulator GUI window (#2888)

This commit is contained in:
Prateek Machiraju
2020-11-26 14:46:14 -05:00
committed by GitHub
parent f0528f00e7
commit cc1d86ba63

View File

@@ -272,7 +272,7 @@ bool HALSimGui::Initialize() {
}
});
if (!gui::Initialize("", 1280, 720)) return false;
if (!gui::Initialize("Simulation GUI", 1280, 720)) return false;
return true;
}