fix: typos

This commit is contained in:
Andrea Pappacoda 2022-04-02 16:34:07 +02:00
parent 550844e5e8
commit 0c214cb5b9
No known key found for this signature in database
GPG key ID: A8A128A8AB1CEE49
5 changed files with 10 additions and 10 deletions

View file

@ -736,7 +736,7 @@ VkFormat Device::GetSupportedFormat(VkFormat wanted_format, VkFormatFeatureFlags
}
void Device::ReportLoss() const {
LOG_CRITICAL(Render_Vulkan, "Device loss occured!");
LOG_CRITICAL(Render_Vulkan, "Device loss occurred!");
// Wait for the log to flush and for Nsight Aftermath to dump the results
std::this_thread::sleep_for(std::chrono::seconds{15});