aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authoronefang2019-07-06 15:52:21 +1000
committeronefang2019-07-06 15:52:21 +1000
commitfdbac0ca8245648e70f5d380d406a997549d4c94 (patch)
tree4862bc660b49283c1823117c2e2f9425a0d62de4
parentchangelog++ (diff)
download1ring-fdbac0ca8245648e70f5d380d406a997549d4c94.zip
1ring-fdbac0ca8245648e70f5d380d406a997549d4c94.tar.gz
1ring-fdbac0ca8245648e70f5d380d406a997549d4c94.tar.bz2
1ring-fdbac0ca8245648e70f5d380d406a997549d4c94.tar.xz
checkAO() on either AO on or AO off.
So AO off has a chance to disable animations.
-rw-r--r--1AOor2.lsl2
1 files changed, 1 insertions, 1 deletions
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
322 Pose = ""; 322 Pose = "";
323 for (f = 0; f < l; f += pSTRIDE) 323 for (f = 0; f < l; f += pSTRIDE)
324 updateSitter(llList2Key(Sitters, f + pKEY)); 324 updateSitter(llList2Key(Sitters, f + pKEY));
325 checkAO();
326 } 325 }
326 checkAO();
327 } 327 }
328 else if ("SYNC" == cmd) 328 else if ("SYNC" == cmd)
329 { 329 {