Remove xcode/examples.h

This commit is contained in:
Gadgeteer 2023-07-19 16:19:15 +01:00
commit 2d2746c01d
41 changed files with 655 additions and 1014 deletions

View file

@ -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);