Skip to content

Commit

Permalink
fixed a bug where the icon animation did not start
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolat committed Jan 29, 2022
1 parent 5dd9376 commit 8f6fd95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ghost/master/main.azr
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ int maxscope = 0;
int stayontop = 0;
int icon_no = 0;
double wait_dance = 0.080;
double wait_dance_saved = 0.080;
double wait_dance_saved = 0.000;
array isdragging;
array surface_width;
array surface_height;
Expand Down
2 changes: 1 addition & 1 deletion updates2.dau
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ghost/master/icon/parrot6.ico3db92f3b718c7509a435a7cd23e491dfsize=90022date=2
ghost/master/icon/parrot7.icoeaf555fedda2e5acf391a7b7bba116e5size=90022date=2021-10-12T19:50:42
ghost/master/icon/parrot8.ico7abba324694fc78449abbd211aac9ec6size=90022date=2021-10-12T19:50:42
ghost/master/icon/parrot9.ico982f0bcd117f2c690f986f3bbbf555cesize=90022date=2021-10-12T19:50:42
ghost/master/main.azr5e35178133ed1cb54ea487829eb4ff2esize=11941date=2022-01-29T19:47:30
ghost/master/main.azr5e317df30a1ee54123f937c7bc041983size=11941date=2022-01-29T20:01:17
ghost/master/saori/HandUtil/HandUtil.dlld382e237a4b365a302b281664d9e9d36size=38400date=2011-05-05T18:38:36
ghost/master/saori/HandUtil/HandUtil_readme.txt27422edfad98e1d957cc78f815587a2csize=4501date=2011-05-28T14:47:52
ghost/master/saori/ccpuid/README.txt06095d6d4e02c99e4fedcf12c772f704size=3232date=2010-04-19T23:13:46
Expand Down

0 comments on commit 8f6fd95

Please sign in to comment.