Removed force redraw from token caching

This commit is contained in:
Mitchell McCaffrey 2021-03-18 11:26:02 +11:00
parent 44aafbe2f3
commit adcb55b937

View File

@ -212,8 +212,6 @@ function MapToken({
),
});
image.drawHitFromCache();
// Force redraw
image.getLayer().draw();
}
}, [debouncedStageScale, tokenWidth, tokenHeight, tokenSourceStatus, token]);