We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe47180 commit 5a476ecCopy full SHA for 5a476ec
M4_Eyes/file.cpp
@@ -217,6 +217,7 @@ void loadConfig(char *filename) {
217
// it's only the size of the filenames and only during init. NBD.
218
if(iristv.is<char*>()) eye[e].iris.filename = strdup(iristv);
219
if(scleratv.is<char*>()) eye[e].sclera.filename = strdup(scleratv);
220
+ eye[e].rotation = rotation; // Might get override in per-eye code below
221
}
222
223
#if NUM_EYES > 1
0 commit comments