Fix last commit; EOptionKeepUncalled incorrect enum bug.
diff --git a/StandAlone/StandAlone.cpp b/StandAlone/StandAlone.cpp
index 84c80f5..d40673c 100644
--- a/StandAlone/StandAlone.cpp
+++ b/StandAlone/StandAlone.cpp
@@ -83,7 +83,7 @@
     EOptionAutoMapBindings      = (1 << 19),
     EOptionFlattenUniformArrays = (1 << 20),
     EOptionNoStorageFormat      = (1 << 21),
-    EOptionKeepUncalled         = (1 << 21),
+    EOptionKeepUncalled         = (1 << 22),
 };
 
 //