HeliumProject / Engine

C++ Game Engine (Under Construction!)
http://heliumproject.org/
Other
441 stars 70 forks source link

Editor preferences not saving #51

Open aclysma opened 10 years ago

aclysma commented 10 years ago

Need to figure out why editor preferences are not saving. Currently in code, the filename is "xml" and so our archive writer gives up because it doesn't know what type of writer/reader to use.

We need to change the filename to be .json (I've confirmed this makes it read/write with json archiver.) Then need to fix the in-file pointer resolving so that preferences can persist.