Something changed !

This commit is contained in:
Dynamitos
2024-07-13 09:25:42 +02:00
parent b756f17a09
commit 3463ecd7b9
8 changed files with 9 additions and 8 deletions
+1
View File
@@ -13,6 +13,7 @@
std::this_thread::sleep_for(std::chrono::seconds(3)); \
} \
std::cout << "Fatal : VkResult is " << res << " in " << __FILE__ << " at line " << __LINE__ << std::endl; \
std::cin.get(); \
abort(); \
} \
}