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:
codeimp 2008-10-24 09:19:05 +00:00
parent d7a843938a
commit dfa7a74ce5

View file

@ -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