30.03.2013, 02:14 
	
	
	
		I think I know why, your probably using something like this.....
But what your doing is cancelling your edit instead of clicking the save button which means your objects will be at their last moved position before the last move it is imperative that you click the save button on each exit then save that position or this will happen.
Please not SaveObjectPosition() is just a hypothetical function for demonstrating the problem this also has absolutely nothing to do with not using dynamic objects don't listen to that last poster.
	
	
	
	
Код:
if(response == EDIT_RESPONSE_UPDATE)
{
    SaveObjectPosition();
}
Код:
else if(response == EDIT_RESPONSE_FINAL)
{
     SaveObjectPosition()
}


