mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2024-11-26 22:01:45 +00:00
- clear command list once drawn
This commit is contained in:
parent
b51270fdfa
commit
9b0b6d2687
1 changed files with 3 additions and 0 deletions
|
@ -52,6 +52,9 @@ namespace CodeImp.DoomBuilder.Rendering
|
||||||
command();
|
command();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
commands.Clear();
|
||||||
|
clear = false;
|
||||||
|
|
||||||
graphics.UnlockTexture(Texture);
|
graphics.UnlockTexture(Texture);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue