mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-11 23:32:04 +00:00
Merge remote-tracking branch 'origin/rt_drawer_crashfix' into qzdoom
This commit is contained in:
commit
b7d5110a49
1 changed files with 6 additions and 0 deletions
|
@ -42,6 +42,12 @@ void R_EndDrawerCommands();
|
||||||
class DrawerThread
|
class DrawerThread
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
DrawerThread()
|
||||||
|
{
|
||||||
|
dc_temp = dc_temp_buff;
|
||||||
|
dc_temp_rgba = dc_temp_rgbabuff_rgba;
|
||||||
|
}
|
||||||
|
|
||||||
std::thread thread;
|
std::thread thread;
|
||||||
|
|
||||||
// Thread line index of this thread
|
// Thread line index of this thread
|
||||||
|
|
Loading…
Reference in a new issue