Fix last commit; EOptionKeepUncalled incorrect enum bug.
This commit is contained in:
parent
906cc21816
commit
20f01e7fd0
2 changed files with 3 additions and 3 deletions
|
|
@ -83,7 +83,7 @@ enum TOptions {
|
|||
EOptionAutoMapBindings = (1 << 19),
|
||||
EOptionFlattenUniformArrays = (1 << 20),
|
||||
EOptionNoStorageFormat = (1 << 21),
|
||||
EOptionKeepUncalled = (1 << 21),
|
||||
EOptionKeepUncalled = (1 << 22),
|
||||
};
|
||||
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue