Skip to content
Snippets Groups Projects
Commit 20f01e7f authored by John Kessenich's avatar John Kessenich
Browse files

Fix last commit; EOptionKeepUncalled incorrect enum bug.

parent 906cc218
No related branches found
No related tags found
No related merge requests found
......@@ -83,7 +83,7 @@ enum TOptions {
EOptionAutoMapBindings = (1 << 19),
EOptionFlattenUniformArrays = (1 << 20),
EOptionNoStorageFormat = (1 << 21),
EOptionKeepUncalled = (1 << 21),
EOptionKeepUncalled = (1 << 22),
};
//
......
......@@ -2,5 +2,5 @@
// For the version, it uses the latest git tag followed by the number of commits.
// For the date, it uses the current date (when then script is run).
#define GLSLANG_REVISION "Overload400-PrecQual.1688"
#define GLSLANG_DATE "09-Dec-2016"
#define GLSLANG_REVISION "Overload400-PrecQual.1689"
#define GLSLANG_DATE "12-Dec-2016"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment