fix: delete log.
This commit is contained in:
@@ -506,7 +506,6 @@ namespace BrewMonster.Scripts
|
||||
if ((GetMoveRelDirMask() & (uint)((MOVE_DIR.MD_LEFT | MOVE_DIR.MD_RIGHT | MOVE_DIR.MD_FORWARD | MOVE_DIR.MD_BACK))) != 0)
|
||||
m_iDestType = DestTypes.DEST_PUSH;
|
||||
|
||||
Debug.LogError("m_iDestType = " + m_iDestType);
|
||||
if (m_iDestType == DestTypes.DEST_2D)
|
||||
{
|
||||
float fDist;
|
||||
|
||||
Reference in New Issue
Block a user