Mercurial > hg > soniczoomios
diff presetManager.mm @ 25:f42a00e3f22d
Logs condensed slightly. Questionnaire button enable.
double precision location!!!
author | Robert Tubb <rt300@eecs.qmul.ac.uk> |
---|---|
date | Fri, 01 Feb 2013 17:39:19 +0000 |
parents | 8c0783739337 |
children | ae4d2c3ce5e0 |
line wrap: on
line diff
--- a/presetManager.mm Fri Feb 01 11:16:56 2013 +0000 +++ b/presetManager.mm Fri Feb 01 17:39:19 2013 +0000 @@ -104,8 +104,6 @@ // use jsoncpp vector<Preset *>::iterator presetIter; - - root["something"] = 23; int i = 0; for(presetIter = thePresets.begin(); presetIter < thePresets.end(); presetIter++){ @@ -166,6 +164,7 @@ } } +//--------------------------------------------------------------------------- void PresetManager::showNameDialog(){ if(!presetAlertShowing){ // this is to stop wierd infinite loop in ios5 (simulator) presetAlertShowing = true;