Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 168e607

Browse files
author
Davide Faconti
committed
fix issue BehaviorTree#51
1 parent 9c9ff1a commit 168e607

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tree_node.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616

1717
namespace BT
1818
{
19-
static uint8_t getUID()
19+
static uint16_t getUID()
2020
{
21-
static uint8_t uid = 1;
21+
static uint16_t uid = 1;
2222
return uid++;
2323
}
2424

0 commit comments

Comments
 (0)