random sound selection for triggers

This commit is contained in:
2026-01-06 16:26:57 -05:00
parent b41b6df19e
commit 5124f77817
12 changed files with 104 additions and 59 deletions

View File

@@ -16,6 +16,8 @@
#include "snapshots.h"
#include "socket.h"
#include "util/math_.h"
using namespace anm2ed::types;
using namespace anm2ed::util;
@@ -216,6 +218,8 @@ namespace anm2ed
glDisable(GL_DEPTH_TEST);
glDisable(GL_LINE_SMOOTH);
math::random_seed_set();
IMGUI_CHECKVERSION();
if (!ImGui::CreateContext())
{