1
This commit is contained in:
parent
41f38f3b11
commit
d4ac546131
@ -663,7 +663,7 @@ behaviac::EBTStatus HeroAgent::CoMoveForward(int min_val, int max_val)
|
|||||||
|
|
||||||
behaviac::EBTStatus HeroAgent::DebugOut(std::string msg, int arg0, int arg1, int arg2)
|
behaviac::EBTStatus HeroAgent::DebugOut(std::string msg, int arg0, int arg1, int arg2)
|
||||||
{
|
{
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG1
|
||||||
a8::XPrintf((msg+"\n").c_str(), {arg0, arg1, arg2});
|
a8::XPrintf((msg+"\n").c_str(), {arg0, arg1, arg2});
|
||||||
#endif
|
#endif
|
||||||
return behaviac::BT_SUCCESS;
|
return behaviac::BT_SUCCESS;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user