mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[sim] Add title to simulator GUI window (#2888)
This commit is contained in:
committed by
GitHub
parent
f0528f00e7
commit
cc1d86ba63
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user