Merge remote-tracking branch 'origin/rt_drawer_crashfix' into qzdoom

This commit is contained in:
Magnus Norddahl 2016-12-09 10:36:19 +01:00
commit b7d5110a49
1 changed files with 6 additions and 0 deletions

View File

@ -42,6 +42,12 @@ void R_EndDrawerCommands();
class DrawerThread
{
public:
DrawerThread()
{
dc_temp = dc_temp_buff;
dc_temp_rgba = dc_temp_rgbabuff_rgba;
}
std::thread thread;
// Thread line index of this thread