mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-09-11 02:56:08 -05:00
Fix temp var values of actions not being accessible
This a bug introduced with ec3052c823.
This commit is contained in:
@@ -57,6 +57,7 @@ protected:
|
||||
|
||||
bool IsTempVarInUse(const std::string &id) const;
|
||||
void SetTempVarValue(const std::string &id, const std::string &value);
|
||||
void CopyTempVarValuesFrom(const MacroSegment &other);
|
||||
|
||||
template<typename T, typename = std::enable_if_t<
|
||||
std::is_same<std::decay_t<T>, bool>::value>>
|
||||
|
||||
Reference in New Issue
Block a user