Skip to content
Snippets Groups Projects
Commit 8b57e74b authored by Christopher Pietsch's avatar Christopher Pietsch
Browse files

fixed initialization for cluster blur

parent 33c38cce
No related branches found
No related tags found
No related merge requests found
......@@ -768,6 +768,8 @@ function Canvas() {
if (d.sprite.position.x == 0) {
d.sprite.position.x = d.x1;
d.sprite.position.y = d.y1;
d.clusterSprite.position.x = d.x1
d.clusterSprite.position.y = d.y1
}
if (d.sprite2) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment