From fdbac0ca8245648e70f5d380d406a997549d4c94 Mon Sep 17 00:00:00 2001 From: onefang Date: Sat, 6 Jul 2019 15:52:21 +1000 Subject: checkAO() on either AO on or AO off. So AO off has a chance to disable animations. --- 1AOor2.lsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1AOor2.lsl b/1AOor2.lsl index 2097d7d..f9655c3 100644 --- a/1AOor2.lsl +++ b/1AOor2.lsl @@ -322,8 +322,8 @@ integer doThing(key id, string button, string fr, string cmd, string data, integ Pose = ""; for (f = 0; f < l; f += pSTRIDE) updateSitter(llList2Key(Sitters, f + pKEY)); - checkAO(); } + checkAO(); } else if ("SYNC" == cmd) { -- cgit v1.1