- clear command list once drawn

This commit is contained in:
Magnus Norddahl 2019-08-18 08:11:09 +02:00
parent b51270fdfa
commit 9b0b6d2687

View file

@ -52,6 +52,9 @@ namespace CodeImp.DoomBuilder.Rendering
command();
}
commands.Clear();
clear = false;
graphics.UnlockTexture(Texture);
}