diff --git a/Source/BuilderModes/ErrorChecks/ErrorChecker.cs b/Source/BuilderModes/ErrorChecks/ErrorChecker.cs index 6128066d..41b728e2 100644 --- a/Source/BuilderModes/ErrorChecks/ErrorChecker.cs +++ b/Source/BuilderModes/ErrorChecks/ErrorChecker.cs @@ -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 { #region ================== Variables