Skip to content
Snippets Groups Projects
Commit 9e003425 authored by Elohiem's avatar Elohiem
Browse files

Fix empty render

parent 16607f0e
No related branches found
No related tags found
No related merge requests found
...@@ -280,7 +280,7 @@ App.Art.createWebglUI = function(container, slave, artSize, scene, p) { ...@@ -280,7 +280,7 @@ App.Art.createWebglUI = function(container, slave, artSize, scene, p) {
} else { } else {
// default // default
updateLinkedButtons(); updateLinkedButtons();
if (artSize < 3) { if (!V.seeAnimation || artSize < 3) {
render(); render();
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment