1
0

fix stopwatch clock error

This commit is contained in:
2026-01-11 09:55:15 +08:00
parent 2e785a0e83
commit 9a984056de
2 changed files with 2 additions and 3 deletions

View File

@@ -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"); \
}