oops, didn't put transition back

This commit is contained in:
rsninja722 2020-04-19 16:11:46 -04:00
parent bb25504486
commit a6f3806352

View File

@ -6,7 +6,7 @@ function handleTransition(){
// Calculates alpha until its zero
if(currentAlpha > 0){
currentAlpha -= .5;
currentAlpha -= .005;
}