diff options
| author | Rémi Verschelde <rverschelde@gmail.com> | 2022-02-16 13:56:32 +0100 |
|---|---|---|
| committer | Rémi Verschelde <rverschelde@gmail.com> | 2022-02-16 14:06:29 +0100 |
| commit | b8b45804485f7ca18f035f1eeb7a1ac0cf591cac (patch) | |
| tree | c0fb75bd8d45125f436ccf0b64fcbae464b11ad9 /platform/osx/os_osx.mm | |
| parent | f5b9cbaff6f0a058d08187b3124948ae68848cd0 (diff) | |
| download | redot-engine-b8b45804485f7ca18f035f1eeb7a1ac0cf591cac.tar.gz | |
Style: Cleanup single-line blocks, semicolons, dead code
Remove currently unused implementation of TextureBasisU, could be re-added
later on if needed and ported.
Diffstat (limited to 'platform/osx/os_osx.mm')
| -rw-r--r-- | platform/osx/os_osx.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/osx/os_osx.mm b/platform/osx/os_osx.mm index 868721e875..6700f8fe82 100644 --- a/platform/osx/os_osx.mm +++ b/platform/osx/os_osx.mm @@ -441,7 +441,7 @@ void OS_OSX::run() { } @catch (NSException *exception) { ERR_PRINT("NSException: " + String::utf8([exception reason].UTF8String)); } - }; + } main_loop->finalize(); } |
