Blender Git Commit Log
Git Commits -> Revision d8cc444
Revision d8cc444 by Ton Roosendaal (master) July 2, 2003, 13:37 (GMT) |
- removed the 'const' from arithb function declarations. it caused the myriad of warnings people complained about so long. after careful consulting & reading I could not find a good reason for this const stuff, apart from a sort-of comment to indicate this array (matrix) pointer cannot be changed. Well, doh! you should not do that with a float mat[][3] anyway! |
Commit Details:
Full Hash: d8cc44417fd720b73b89bbbc77370a8af6d6d2e9
SVN Revision: 962
Parent Commit: 1236967
Lines Changed: +215, -216