forked from rDrama/rDrama
1
0
Fork 0

add spaces

master
Aevann 2023-12-01 22:38:09 +02:00
parent e4058ccbe5
commit 1c5315d0f7
1 changed files with 2 additions and 2 deletions

View File

@ -67,8 +67,8 @@ function draw(startT, totalT)
let stillAlive = false;
//Grab and clear the canvas
let c=document.getElementById("fog-effect");
let ctx=c.getContext("2d");
let c = document.getElementById("fog-effect");
let ctx = c.getContext("2d");
ctx.clearRect(0, 0, c.width, c.height);
c.width = c.width;