diff options
| author | oy <Tom_Adams@web.de> | 2012-01-06 14:12:49 +0100 |
|---|---|---|
| committer | oy <Tom_Adams@web.de> | 2012-01-06 14:12:49 +0100 |
| commit | 71dd0c5aab9b4f2dd50b3e935db764a3868de83e (patch) | |
| tree | 56206926b61636ebc981a25f90547b32f5fbc0c7 /src/engine/client/graphics_threaded.cpp | |
| parent | 12f76e7f8d935443bd4590af4ff12f95a3d4a94b (diff) | |
| download | zcatch-71dd0c5aab9b4f2dd50b3e935db764a3868de83e.tar.gz zcatch-71dd0c5aab9b4f2dd50b3e935db764a3868de83e.zip | |
made gfx_finish work again
Diffstat (limited to 'src/engine/client/graphics_threaded.cpp')
| -rw-r--r-- | src/engine/client/graphics_threaded.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/engine/client/graphics_threaded.cpp b/src/engine/client/graphics_threaded.cpp index 33670f7b..c6947e33 100644 --- a/src/engine/client/graphics_threaded.cpp +++ b/src/engine/client/graphics_threaded.cpp @@ -837,6 +837,7 @@ void CGraphics_Threaded::Swap() // add swap command CCommandBuffer::SCommand_Swap Cmd; + Cmd.m_Finish = g_Config.m_GfxFinish; m_pCommandBuffer->AddCommand(Cmd); // kick the command buffer |