ofSite icon indicating copy to clipboard operation
ofSite copied to clipboard

Small Documentation problem in ofxXmlSettings

Open adminfriso opened this issue 1 year ago • 0 comments

on the code block of "A more complex example involving saving an array."

positions.addTag("positions");

will result in indefinitely adding a new positions tag adding a tag exists around it will make sure this will not happen. should be a small fix for someone who already has this repo setup for editing

if (!positions.tagExists("positions")) { positions.addTag("positions"); }

adminfriso avatar Apr 26 '23 13:04 adminfriso