diff options
| author | Loïc Blot <nerzhul@users.noreply.github.com> | 2020-05-05 08:38:18 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-05 08:38:18 +0200 |
| commit | f1a05d0f71d69641fd954daf68d13acad91114f1 (patch) | |
| tree | 8134915502433a2ee61d4743cd718e1d0838f808 /src/client/clientlauncher.cpp | |
| parent | cad5b987ad4720bd6a49d3604be9e81ea348f799 (diff) | |
| download | minetest-f1a05d0f71d69641fd954daf68d13acad91114f1.tar.xz | |
Fix broken client if openal cannot be opened (#9804)
Diffstat (limited to 'src/client/clientlauncher.cpp')
| -rw-r--r-- | src/client/clientlauncher.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/clientlauncher.cpp b/src/client/clientlauncher.cpp index 2a9d6097f..f18915a55 100644 --- a/src/client/clientlauncher.cpp +++ b/src/client/clientlauncher.cpp @@ -105,7 +105,7 @@ bool ClientLauncher::run(GameParams &game_params, const Settings &cmd_args) } RenderingEngine::get_instance()->setupTopLevelWindow(PROJECT_NAME_C); - + /* This changes the minimum allowed number of vertices in a VBO. Default is 500. |
