add reset camera menu, update changelog, remove crash test menu

This commit is contained in:
2018-11-30 15:27:24 +01:00
parent 829e8c0b62
commit 9f41831b71
5 changed files with 30 additions and 8 deletions

View File

@@ -15,7 +15,9 @@ void App::crash_test()
[ios_view crash];
#elif __OSX__
[osx_view hockeyapp_crash];
#elif __ANDROID__
#elif defined(_WIN32)
__debugbreak();
#elif defined(__ANDROID__)
#endif
}