another another variant (

This commit is contained in:
2015-02-25 02:14:37 +06:00
parent b449d7520b
commit 980e4a92cf
9 changed files with 581 additions and 105 deletions

View File

@@ -145,7 +145,6 @@ namespace IsoTools {
if ( !Mathf.Approximately(_lastTransform.x, transform.position.x) ||
!Mathf.Approximately(_lastTransform.y, transform.position.y))
{
Debug.Log("Change pos: " + gameObject.name);
FixIsoPosition();
}
if ( _lastPosition != _position ) Position = _position;