Skip to content
Snippets Groups Projects
Commit 3a5fd162 authored by smtw's avatar smtw
Browse files

Merge branch 'style/particles-fix' into 'develop'

Style/particles fix

See merge request hub/hub!513
parents fa6884a9 13ebd739
No related branches found
No related tags found
No related merge requests found
......@@ -503,11 +503,11 @@ initParticles(() => {
fps = cfg.fps
var contentNode = document.getElementById(contentId),
height = getNodeHeight(contentNode),
width = window.innerWidth,
fpsInterval = 1000 / fps,
yOffset = 0,
canvas = document.getElementById(canvasId),
height = getNodeHeight(canvas),
ctx = canvas.getContext('2d'),
depthScaledHeight = height * (depth + 1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment