fix: update attack normal.
This commit is contained in:
@@ -445,7 +445,7 @@ namespace PerfectWorld.Scripts.Player
|
||||
m_aabbServer.CompleteMinsMaxs();
|
||||
}
|
||||
|
||||
private A3DVECTOR3 GetPos()
|
||||
public A3DVECTOR3 GetPos()
|
||||
{
|
||||
A3DVECTOR3 result = new A3DVECTOR3();
|
||||
result.x = transform.position.x;
|
||||
@@ -518,6 +518,11 @@ namespace PerfectWorld.Scripts.Player
|
||||
|
||||
return iAction;
|
||||
}
|
||||
|
||||
//public A3DVECTOR3 GetPos()
|
||||
//{
|
||||
// return new A3DVECTOR3(transform.position.x, transform.position.y, transform.position.z);
|
||||
//}
|
||||
}
|
||||
|
||||
// Player appear flag
|
||||
|
||||
Reference in New Issue
Block a user