Misspelled identifier gloabl should be global in softwaves.script. (Closes: #898150)

This commit is contained in:
Aurélien COUDERC
2018-05-08 23:33:44 +02:00
parent 4a44089ded
commit 3fae9d908e
+1 -1
View File
@@ -989,7 +989,7 @@ fun rotate_img(source_img, current_step, nb_steps) {
fun update_glow_anim () {
if (global.anim_start_time != global.progress_time && global.anim_status != "running") {
gloabl.anim_start_time = global.progress_time;
global.anim_start_time = global.progress_time;
global.anim_iter = 0;
global.anim_status = "running";
}