Skip to content

Commit 1ca1176

Browse files
author
miccol
committed
fixed problem with GLUT and new versions of MACOS
1 parent 3953702 commit 1ca1176

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/behavior_tree.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ void Execute(BT::ControlNode* root, int TickPeriod_milliseconds)
1919
{
2020
std::cout << "Start Drawing!" << std::endl;
2121
// Starts in another thread the drawing of the BT
22-
//std::thread t(&drawTree, root);
22+
std::thread t(&drawTree, root);
2323

2424
root->ResetColorState();
2525

0 commit comments

Comments
 (0)