random sound selection for triggers
This commit is contained in:
@@ -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())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user