Fixes pointing at SM (#9766)

This commit is contained in:
mikomyazaki
2020-08-23 16:48:06 -03:00
committed by GitHub
parent f3a371bf02
commit 56c62961d7
2 changed files with 42 additions and 1 deletions
+1 -1
View File
@@ -314,7 +314,7 @@
power -= (power/DECAY_FACTOR)**3 //energy losses due to radiation
animate(filters[filters.len], size=max(0, power+1), offset=++filter_offset, time=1 SECONDS, easing=ELASTIC_EASING|EASE_IN|EASE_OUT)
animate(filters[1], size=max(0, power+1), offset=++filter_offset, time=1 SECONDS, easing=ELASTIC_EASING|EASE_IN|EASE_OUT)
return 1