Skip to content

Commit

Permalink
Update oc_detach.lsl
Browse files Browse the repository at this point in the history
  • Loading branch information
Medea-Destiny authored Sep 2, 2024
1 parent 24bfeee commit ac9d776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Apps/oc_detach.lsl
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ integer bool(integer a){
if(a)return TRUE;
else return FALSE;
}
list g_lCheckboxes=["","⬛"];
list g_lCheckboxes=["","▣"];;
string Checkbox(integer iValue, string sLabel) {
return llList2String(g_lCheckboxes, bool(iValue))+" "+sLabel;
}
Expand Down

0 comments on commit ac9d776

Please sign in to comment.