mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-27 06:55:54 -04:00
fixed BooleanNode constructor
This commit is contained in:
parent
c38860fa72
commit
470f890a9a
@ -1,7 +1,7 @@
|
||||
|
||||
#include "booleannode.hpp"
|
||||
|
||||
CSMFilter::BooleanNode::BooleanNode (bool true_) : mTrue (true) {}
|
||||
CSMFilter::BooleanNode::BooleanNode (bool true_) : mTrue (true_) {}
|
||||
|
||||
bool CSMFilter::BooleanNode::test (const CSMWorld::IdTable& table, int row,
|
||||
const std::map<std::string, const Node *>& otherFilters,
|
||||
|
Loading…
x
Reference in New Issue
Block a user