Fixed WindowStyle_Titlebar enum
Former-commit-id: 6c239b54ce2f734e0221cf87bd059ee1c73b5fe2
This commit is contained in:
parent
cd5a1b7a5e
commit
4cfbd68796
|
|
@ -242,7 +242,7 @@ enum nzWindowStyleFlags
|
|||
|
||||
nzWindowStyle_Closable = 0x2,
|
||||
nzWindowStyle_Resizable = 0x4,
|
||||
nzWindowStyle_Titlebar = 0x4,
|
||||
nzWindowStyle_Titlebar = 0x8,
|
||||
|
||||
nzWindowStyle_Default = nzWindowStyle_Closable | nzWindowStyle_Resizable | nzWindowStyle_Titlebar
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue