mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2024-11-23 12:22:35 +00:00
NOTE: An ErrorChecker may NEVER modify the map, because it runs multithreaded with other ErrorCheckers. Do not even change element properties such as 'marked' and 'selected'!
This commit is contained in:
parent
d7a843938a
commit
dfa7a74ce5
1 changed files with 2 additions and 0 deletions
|
@ -38,6 +38,8 @@ using CodeImp.DoomBuilder.Config;
|
|||
|
||||
namespace CodeImp.DoomBuilder.BuilderModes
|
||||
{
|
||||
// NOTE: An ErrorChecker may NEVER modify the map, because it runs multithreaded.
|
||||
// Do not even change element properties such as 'marked' and 'selected'!
|
||||
public class ErrorChecker : IComparable<ErrorChecker>
|
||||
{
|
||||
#region ================== Variables
|
||||
|
|
Loading…
Reference in a new issue