Blender Git Loki
Git Commits -> Revision c00adc5
Revision c00adc5 by Martin Poirier (master) June 5, 2005, 13:50 (GMT) |
Transform 2D center was using short. Not good enough when it's it's way off screen. Switched to ints, that fixed the bug in the tracker. Switching to floats would probably be safer in the long term, but too many things to test to do that now. |
Commit Details:
Full Hash: c00adc5ff8045db65fd15576b0addfd9e5c0eece
SVN Revision: 4560
Parent Commit: 38202ab
Lines Changed: +38, -13