mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-11 23:32:04 +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:
|
||||
void Execute(DrawerThread *thread) override
|
||||
{
|
||||
LoopIterator loop(this, thread);
|
||||
typename CommandType::LoopIterator loop(this, thread);
|
||||
if (!loop) return;
|
||||
BlendMode blend(*this, loop);
|
||||
do
|
||||
|
|
Loading…
Reference in a new issue