Skip to content

Commit

Permalink
Update oc_capture.lsl
Browse files Browse the repository at this point in the history
  • Loading branch information
Medea-Destiny authored Sep 2, 2024
1 parent 6816a90 commit c575adb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Apps/oc_capture.lsl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,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 c575adb

Please sign in to comment.