commit | 5f5882ffa83d1c5762569e3260fa4ec85e0d0d4c | [log] [tgz] |
---|---|---|
author | Cyril Mottier <cyrilmottier@gmail.com> | Mon Jul 15 10:29:48 2013 +0200 |
committer | Cyril Mottier <cyrilmottier@gmail.com> | Mon Jul 15 15:38:10 2013 +0200 |
tree | 3b20e8b356a6a50ba008f2f6a3f365e4bcab0ecc | |
parent | 4b8cc94cc67d760e724c56aee9301d1bcc2bbe89 [diff] |
Remove useless/repetitive code fixScale(float) method has been extracted from the code but the original code has been kept in place. Because of this, the animation scale is "fixed" twice which is not necessary. This patch, simply call fixScale(float) once and stores the result of it in the scale variable. Change-Id: I50aeacbc2c13ebbf447506ae4309d50c0e313837