Bud can run and explore buildings

This commit is contained in:
Bram verhulst
2025-05-25 20:38:31 +02:00
parent 7d797fa207
commit d5262a332d
15 changed files with 1219 additions and 76 deletions

View File

@@ -116,7 +116,7 @@ State Action::Execute(Blackboard* blackboardPtr) {
BehaviorTree::~BehaviorTree() {
SAFE_DELETE(m_RootBehaviorPtr)
SAFE_DELETE(m_BlackboardPtr) //Takes ownership of passed blackboard!
SAFE_DELETE(m_BlackboardPtr) //Takes ownership of passed blackboard!
}
void BehaviorTree::Update() {