fix login crash

This commit is contained in:
2023-08-15 19:32:44 +02:00
parent a36716d8e4
commit 7b8c13612c
3 changed files with 10 additions and 2 deletions

View File

@@ -2,6 +2,9 @@
#include <cstdint>
#define SAFE_CHECK(expr) if(!(expr)) return
namespace td {
static constexpr float PI = 3.141592653f;