diff --git a/neo/sys/DeviceManager_VK.cpp b/neo/sys/DeviceManager_VK.cpp index 1f3ad920..1834864f 100644 --- a/neo/sys/DeviceManager_VK.cpp +++ b/neo/sys/DeviceManager_VK.cpp @@ -1333,8 +1333,8 @@ void DeviceManager_VK::Present() vk::PresentTimeGOOGLE presentTime = vk::PresentTimeGOOGLE() .setPresentID( idLib::frameNumber - 1 ); vk::PresentTimesInfoGOOGLE presentTimesInfo = vk::PresentTimesInfoGOOGLE() - .setSwapchainCount( 1 ) - .setPTimes( &presentTime ); + .setSwapchainCount( 1 ) + .setPTimes( &presentTime ); if( displayTimingEnabled ) { pNext = &presentTimesInfo;