Merge pull request #415 from TayouVR/fix-main-warning

This commit is contained in:
Sefa Eyeoglu 2022-11-09 18:27:40 +01:00
parent 6e58635bfb
commit 79617d0c50
No known key found for this signature in database
GPG Key ID: C10411294912A422

View File

@ -90,5 +90,7 @@ int main(int argc, char *argv[])
return 1;
case Application::Succeeded:
return 0;
default:
return -1;
}
}