Merge pull request #112 from atsampson/master

Linux Port: Fix missing semicolon.
This commit is contained in:
zeromus 2017-10-25 11:36:49 -04:00 committed by GitHub
commit 57f5fa0e6e
1 changed files with 1 additions and 1 deletions

View File

@ -2313,7 +2313,7 @@ static void GraphicsSettingsDialog() {
#endif
if (GPU->Change3DRendererByID(sel3DCore)) {
config.core3D = sel3DCore
config.core3D = sel3DCore;
} else {
GPU->Change3DRendererByID(RENDERID_SOFTRASTERIZER);
g_printerr("3D renderer initialization failed!\nFalling back to 3D core: %s\n", core3DList[RENDERID_SOFTRASTERIZER]->name);