1
0
Fork 0

Fix error when calling icingInit twice

This commit is contained in:
Colin Geniet 2020-03-16 23:01:05 +01:00
parent 9847ae8ea9
commit fc50a1fbb5

View file

@ -142,7 +142,6 @@ var icingInit = func {
iceables[i] = Iceable.new(iceables[i]);
}
icing_timer.simulatedTime = 1;
icing_timer.start();
}
@ -333,3 +332,4 @@ var update_Icing = func {
}
var icing_timer = maketimer(0.2, update_Icing);
icing_timer.simulatedTime = 1;