mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-28 19:13:47 +00:00
stop spamming the console with callack status
This commit is contained in:
parent
32d95d3b8b
commit
fdb64b15a8
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ IMPLEMENT_CONOBJECT(AIController);
|
|||
//-----------------------------------------------------------------------------
|
||||
void AIController::throwCallback(const char* name)
|
||||
{
|
||||
Con::warnf("throwCallback: %s", name);
|
||||
//Con::warnf("throwCallback: %s", name);
|
||||
Con::executef(mControllerData, name, getIdString()); //controller data callbacks
|
||||
|
||||
GameBase* gbo = dynamic_cast<GameBase*>(getAIInfo()->mObj.getPointer());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue