XML structured much better
This commit is contained in:
@ -18,7 +18,7 @@ std::map<std::string, std::string> SceneTool::getOptionalFlags() {
|
||||
int32_t SceneTool::start() {
|
||||
File input = File(flags["input"]);
|
||||
if(!input.exists()) {
|
||||
std::cout << "Input file does not exist!" << std::endl;
|
||||
std::cout << "Input file " + input.filename + " does not exist!" << std::endl;
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user