fix stopwatch clock error
This commit is contained in:
@@ -16,7 +16,6 @@
|
||||
using Microsoft::WRL::ComPtr;
|
||||
#define DXCHK(condition) \
|
||||
if (FAILED(condition)) { \
|
||||
std::println("bad DirectX calling with code {}", condition); \
|
||||
throw std::runtime_error("bad DirectX calling"); \
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user