mirror of
https://github.com/processing/processing4.git
synced 2026-02-04 06:09:17 +01:00
ECS: Fix applied check in SourceMapping
This commit is contained in:
@@ -225,7 +225,7 @@ public class SourceMapping {
|
||||
|
||||
|
||||
private void checkApplied() {
|
||||
if (applied) throw new RuntimeException("this mapping was not applied yet");
|
||||
if (!applied) throw new RuntimeException("this mapping was not applied yet");
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user