mirror of
https://github.com/ocornut/imgui.git
synced 2026-09-27 00:13:29 +03:00
Update main.cpp
This commit is contained in:
parent
0769699f6e
commit
318d4dc121
1 changed files with 1 additions and 2 deletions
3
main.cpp
3
main.cpp
|
|
@ -673,9 +673,8 @@ int g_debug_TurnStartCalled = 0, g_debug_hook_3Cd6058_count = 0, g_debug_hook_se
|
|||
int g_debug_UpdateTurnStart_count = 0, g_debug_set_IsGameEnd_count = 0, g_debug_SendWillRenderCanvases_count = 0;
|
||||
int g_debug_collected_players_count = 0, g_debug_hook_InitTurnDropCfg_count = 0, g_debug_bg_thread_count = 0;
|
||||
int g_debug_hook_6A67e48_count = 0;
|
||||
bool g_collected_all_players = false;
|
||||
int g_debug_collected_players_count = 0;
|
||||
|
||||
std::atomic<bool> g_collected_all_players{false};
|
||||
std::atomic<bool> g_matchFetchRequested{false}, g_matchFetchReady{false};
|
||||
std::chrono::steady_clock::time_point g_matchFetchTime;
|
||||
std::atomic<uintptr_t> g_pool_entries1{0};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue