File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
include/behaviortree_cpp_v3 Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 7
7
8
8
#ifdef Ivy
9
9
10
- #include " Engine/Public .h"
10
+ #include " Ivy-sdk/src/common/Sys .h"
11
11
#include " Body/Skin.h"
12
12
#include " Anim/IvyAnim.h"
13
13
#include " Engine/Behavior/EventDispatcher.h"
@@ -52,7 +52,7 @@ namespace BT {
52
52
ret = Skin::instance ().hugging ();
53
53
break ;
54
54
case is_daytime:
55
- ret = Public ::is_daytime ();
55
+ ret = Sys ::is_daytime ();
56
56
break ;
57
57
case night_sleeping:
58
58
/* only fake sleeping is considered */
@@ -91,7 +91,7 @@ namespace BT {
91
91
value = Prop::get<double >(Prop::soil_moisture);
92
92
break ;
93
93
case current_hour:
94
- value = Public ::get_hour ();
94
+ value = Sys ::get_hour ();
95
95
break ;
96
96
case water_status:
97
97
value = Plant::instance ().get_status ().water_status ;
You can’t perform that action at this time.
0 commit comments