Remove xcode/examples.h
This commit is contained in:
commit
2d2746c01d
41 changed files with 655 additions and 1014 deletions
|
|
@ -821,7 +821,7 @@ VulkanExampleBase::VulkanExampleBase(bool enableValidation)
|
|||
settings.vsync = true;
|
||||
}
|
||||
if (commandLineParser.isSet("height")) {
|
||||
height = commandLineParser.getValueAsInt("height", width);
|
||||
height = commandLineParser.getValueAsInt("height", height);
|
||||
}
|
||||
if (commandLineParser.isSet("width")) {
|
||||
width = commandLineParser.getValueAsInt("width", width);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue