mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-13 16:07:55 +00:00
Compile fix for gcc/clang
This commit is contained in:
parent
d1617fcdf0
commit
13ef9a834c
1 changed files with 1 additions and 1 deletions
|
@ -296,7 +296,7 @@ class DrawerBlendCommand : public CommandType
|
||||||
public:
|
public:
|
||||||
void Execute(DrawerThread *thread) override
|
void Execute(DrawerThread *thread) override
|
||||||
{
|
{
|
||||||
LoopIterator loop(this, thread);
|
typename CommandType::LoopIterator loop(this, thread);
|
||||||
if (!loop) return;
|
if (!loop) return;
|
||||||
BlendMode blend(*this, loop);
|
BlendMode blend(*this, loop);
|
||||||
do
|
do
|
||||||
|
|
Loading…
Reference in a new issue