Skip to content

Commit debb827

Browse files
author
Lanny McNie
committed
Fixed error in example
Signed-off-by: Lanny McNie <lanny@gskinner.com>
1 parent cb769f0 commit debb827

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/AlphaMaskReveal.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149

150150
function updateCacheImage(update) {
151151
if (update) {
152-
drawingCanvas.updateCache(0, 0, image.width, image.height);
152+
drawingCanvas.updateCache();
153153
} else {
154154
drawingCanvas.cache(0, 0, image.width, image.height);
155155
}

0 commit comments

Comments
 (0)