mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-04 03:40:14 +00:00
fixed BooleanNode constructor
This commit is contained in:
parent
c38860fa72
commit
470f890a9a
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
#include "booleannode.hpp"
|
#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,
|
bool CSMFilter::BooleanNode::test (const CSMWorld::IdTable& table, int row,
|
||||||
const std::map<std::string, const Node *>& otherFilters,
|
const std::map<std::string, const Node *>& otherFilters,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user