Skip to content

Commit

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

0 comments on commit 24bfeee

Please sign in to comment.