diff options
Diffstat (limited to 'tools/gfx/d3d12/d3d12-swap-chain.cpp')
| -rw-r--r-- | tools/gfx/d3d12/d3d12-swap-chain.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gfx/d3d12/d3d12-swap-chain.cpp b/tools/gfx/d3d12/d3d12-swap-chain.cpp index 39a4565e0..57825a323 100644 --- a/tools/gfx/d3d12/d3d12-swap-chain.cpp +++ b/tools/gfx/d3d12/d3d12-swap-chain.cpp @@ -26,7 +26,7 @@ Result SwapchainImpl::init( { m_frameEvents.add(CreateEventEx( nullptr, - false, + FALSE, CREATE_EVENT_INITIAL_SET | CREATE_EVENT_MANUAL_RESET, EVENT_ALL_ACCESS)); } |
