Move hit detection to its own module

This commit is contained in:
Andreas Hocevar
2019-10-14 14:40:06 +02:00
parent 7454df0c2f
commit 90d6a6f441
4 changed files with 149 additions and 142 deletions

View File

@@ -26,7 +26,7 @@ import {
} from '../../transform.js';
import CanvasExecutorGroup, {replayDeclutter} from '../../render/canvas/ExecutorGroup.js';
import {clear} from '../../obj.js';
import {createHitDetectionImageData, hitDetect} from '../../render/canvas/Immediate.js';
import {createHitDetectionImageData, hitDetect} from '../../render/canvas/hitdetect.js';
/**