mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-08-16 14:19:02 -05:00
Fix timer condition not properly using random values
This commit is contained in:
@@ -8,8 +8,6 @@
|
||||
#include <QComboBox>
|
||||
#include <QHBoxLayout>
|
||||
|
||||
#include <random>
|
||||
|
||||
namespace advss {
|
||||
|
||||
class MacroConditionTimer : public MacroCondition {
|
||||
@@ -41,7 +39,6 @@ private:
|
||||
void SetVariables(double seconds);
|
||||
void SetupTempVars();
|
||||
|
||||
std::default_random_engine _re;
|
||||
static bool _registered;
|
||||
static const std::string id;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user