parent
054a765eaa
commit
df55238b11
1 changed files with 1 additions and 1 deletions
|
|
@ -821,7 +821,7 @@ VulkanExampleBase::VulkanExampleBase(bool enableValidation)
|
||||||
settings.vsync = true;
|
settings.vsync = true;
|
||||||
}
|
}
|
||||||
if (commandLineParser.isSet("height")) {
|
if (commandLineParser.isSet("height")) {
|
||||||
height = commandLineParser.getValueAsInt("height", width);
|
height = commandLineParser.getValueAsInt("height", height);
|
||||||
}
|
}
|
||||||
if (commandLineParser.isSet("width")) {
|
if (commandLineParser.isSet("width")) {
|
||||||
width = commandLineParser.getValueAsInt("width", width);
|
width = commandLineParser.getValueAsInt("width", width);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue